From 4c9fb2e27431ff4a208f28a5ca39442ea443b429 Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Fri, 25 Apr 2025 07:54:08 -0400 Subject: [PATCH] doc: posix: add doc for XSI_SINGLE_PROCESS Option Group Mark the XSI_SINGLE_PROCESS Option Group as supported. Signed-off-by: Chris Friedt --- .../portability/posix/option_groups/index.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/services/portability/posix/option_groups/index.rst b/doc/services/portability/posix/option_groups/index.rst index 542ef326303..473982e4dbd 100644 --- a/doc/services/portability/posix/option_groups/index.rst +++ b/doc/services/portability/posix/option_groups/index.rst @@ -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