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>
This commit is contained in:
parent
8673d7408b
commit
4c9fb2e274
1 changed files with 15 additions and 0 deletions
|
@ -678,6 +678,21 @@ Enable this option group with :kconfig:option:`CONFIG_XSI_REALTIME`.
|
|||
When this option group is enabled, the ``_XOPEN_REALTIME`` feature test macro will be defined to a
|
||||
value other than -1.
|
||||
|
||||
.. _posix_option_group_xsi_single_process:
|
||||
|
||||
XSI_SINGLE_PROCESS
|
||||
++++++++++++++++++
|
||||
|
||||
Enable this option group with :kconfig:option:`CONFIG_XSI_SINGLE_PROCESS`.
|
||||
|
||||
.. csv-table:: XSI_SINGLE_PROCESS
|
||||
:header: API, Supported
|
||||
:widths: 50,10
|
||||
|
||||
gethostid(),yes
|
||||
gettimeofday(),yes
|
||||
putenv(),yes
|
||||
|
||||
.. _posix_option_group_xsi_system_logging:
|
||||
|
||||
XSI_SYSTEM_LOGGING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue