doc: posix: option_groups: add section for POSIX_FILE_SYSTEM_R

Add section for POSIX_FILE_SYSTEM_R which contains only `readdir_r()`.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
Yong Cong Sin 2024-11-16 13:17:09 +08:00 committed by Alberto Escolar
commit 027c79add7

View file

@ -258,6 +258,19 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM`.
unlink(), yes
utime(),
.. _posix_option_group_file_system_r:
POSIX_FILE_SYSTEM_R
+++++++++++++++++++
Enable this option with :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM_R`.
.. csv-table:: POSIX_FILE_SYSTEM_R
:header: API, Supported
:widths: 50,10
readdir_r(), yes
.. _posix_option_group_mapped_files:
POSIX_MAPPED_FILES