Skip to content

Commit 4c9fb2e

Browse files
cfriedtnashif
authored andcommitted
doc: posix: add doc for XSI_SINGLE_PROCESS Option Group
Mark the XSI_SINGLE_PROCESS Option Group as supported. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent 8673d74 commit 4c9fb2e

File tree

1 file changed

+15
-0
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+15
-0
lines changed

doc/services/portability/posix/option_groups/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,21 @@ Enable this option group with :kconfig:option:`CONFIG_XSI_REALTIME`.
678678
When this option group is enabled, the ``_XOPEN_REALTIME`` feature test macro will be defined to a
679679
value other than -1.
680680

681+
.. _posix_option_group_xsi_single_process:
682+
683+
XSI_SINGLE_PROCESS
684+
++++++++++++++++++
685+
686+
Enable this option group with :kconfig:option:`CONFIG_XSI_SINGLE_PROCESS`.
687+
688+
.. csv-table:: XSI_SINGLE_PROCESS
689+
:header: API, Supported
690+
:widths: 50,10
691+
692+
gethostid(),yes
693+
gettimeofday(),yes
694+
putenv(),yes
695+
681696
.. _posix_option_group_xsi_system_logging:
682697

683698
XSI_SYSTEM_LOGGING

0 commit comments

Comments
 (0)