Skip to content

Commit 352f9e6

Browse files
committed
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 <[email protected]>
1 parent 8469084 commit 352f9e6

File tree

1 file changed

+13
-0
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+13
-0
lines changed

doc/services/portability/posix/option_groups/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,19 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM`.
258258
unlink(), yes
259259
utime(),
260260

261+
.. _posix_option_group_file_system_r:
262+
263+
POSIX_FILE_SYSTEM_R
264+
+++++++++++++++++++
265+
266+
Enable this option with :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM_R`.
267+
268+
.. csv-table:: POSIX_FILE_SYSTEM_R
269+
:header: API, Supported
270+
:widths: 50,10
271+
272+
readdir_r(), yes
273+
261274
.. _posix_option_group_mapped_files:
262275

263276
POSIX_MAPPED_FILES

0 commit comments

Comments
 (0)