Skip to content

Commit 0e64322

Browse files
committed
doc: posix: options: mark POSIX_SYSTEM_DATABASE as supported
Mark the POSIX_SYSTEM_DATABASE Option Group as supported. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent af3937c commit 0e64322

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
@@ -555,6 +555,22 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_SYSTEM_DATABASE_R`.
555555
getpwnam_r(),yes
556556
getpwuid_r(),yes
557557

558+
.. _posix_option_group_system_database:
559+
560+
POSIX_SYSTEM_DATABASE
561+
+++++++++++++++++++++
562+
563+
Enable this option group with :kconfig:option:`CONFIG_POSIX_SYSTEM_DATABASE`.
564+
565+
.. csv-table:: POSIX_SYSTEM_DATABASE
566+
:header: API, Supported
567+
:widths: 50,10
568+
569+
getgrgid(),yes
570+
getgrnam(),yes
571+
getpwnam(),yes
572+
getpwuid(),yes
573+
558574
.. _posix_option_group_threads_base:
559575

560576
POSIX_THREADS_BASE

0 commit comments

Comments
 (0)