Skip to content

Commit f3585ff

Browse files
committed
doc: posix: options: mark POSIX_SYSTEM_DATABASE_R as supported
Mark the POSIX_SYSTEM_DATABASE_R Option Group as supported. This Option Group is required for all conformant implementations as part of the _POSIX_THREAD_SAFE_FUNCTIONS Option. Signed-off-by: Chris Friedt <[email protected]>
1 parent a98d8fb commit f3585ff

File tree

1 file changed

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

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,22 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_SPIN_LOCKS`.
558558
pthread_spin_trylock(),yes
559559
pthread_spin_unlock(),yes
560560

561+
.. _posix_option_group_system_database_r:
562+
563+
POSIX_SYSTEM_DATABASE_R
564+
+++++++++++++++++++++++
565+
566+
Enable this option group with :kconfig:option:`CONFIG_POSIX_SYSTEM_DATABASE_R`.
567+
568+
.. csv-table:: POSIX_SYSTEM_DATABASE_R
569+
:header: API, Supported
570+
:widths: 50,10
571+
572+
getgrgid_r(),yes
573+
getgrnam_r(),yes
574+
getpwnam_r(),yes
575+
getpwuid_r(),yes
576+
561577
.. _posix_option_group_threads_base:
562578

563579
POSIX_THREADS_BASE

0 commit comments

Comments
 (0)