Skip to content

Commit e06af5b

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 <cfriedt@tenstorrent.com>
1 parent 3a55757 commit e06af5b

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
@@ -539,6 +539,22 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_SPIN_LOCKS`.
539539
pthread_spin_trylock(),yes
540540
pthread_spin_unlock(),yes
541541

542+
.. _posix_option_group_system_database_r:
543+
544+
POSIX_SYSTEM_DATABASE_R
545+
+++++++++++++++++++++++
546+
547+
Enable this option group with :kconfig:option:`CONFIG_POSIX_SYSTEM_DATABASE_R`.
548+
549+
.. csv-table:: POSIX_SYSTEM_DATABASE_R
550+
:header: API, Supported
551+
:widths: 50,10
552+
553+
getgrgid_r(),yes
554+
getgrnam_r(),yes
555+
getpwnam_r(),yes
556+
getpwuid_r(),yes
557+
542558
.. _posix_option_group_threads_base:
543559

544560
POSIX_THREADS_BASE

0 commit comments

Comments
 (0)