We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3937c commit 0e64322Copy full SHA for 0e64322
doc/services/portability/posix/option_groups/index.rst
@@ -555,6 +555,22 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_SYSTEM_DATABASE_R`.
555
getpwnam_r(),yes
556
getpwuid_r(),yes
557
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
574
.. _posix_option_group_threads_base:
575
576
POSIX_THREADS_BASE
0 commit comments