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:
parent
20678f9ad5
commit
027c79add7
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue