Skip to content

Commit e352017

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 <[email protected]>
1 parent a93e5e1 commit e352017

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
@@ -574,6 +574,22 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_SYSTEM_DATABASE_R`.
574574
getpwnam_r(),yes
575575
getpwuid_r(),yes
576576

577+
.. _posix_option_group_system_database:
578+
579+
POSIX_SYSTEM_DATABASE
580+
+++++++++++++++++++++
581+
582+
Enable this option group with :kconfig:option:`CONFIG_POSIX_SYSTEM_DATABASE`.
583+
584+
.. csv-table:: POSIX_SYSTEM_DATABASE
585+
:header: API, Supported
586+
:widths: 50,10
587+
588+
getgrgid(),yes
589+
getgrnam(),yes
590+
getpwnam(),yes
591+
getpwuid(),yes
592+
577593
.. _posix_option_group_threads_base:
578594

579595
POSIX_THREADS_BASE

0 commit comments

Comments
 (0)