Skip to content

Commit 14b3293

Browse files
karthi012nashif
authored andcommitted
doc: posix: mark rmdir and remove as supported
Mark POSIX API rmdir and remove as supported in POSIX options group Documentation Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
1 parent c044f0c commit 14b3293

File tree

1 file changed

+2
-2
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM`.
242242
opendir(), yes
243243
pathconf(),
244244
readdir(), yes
245-
remove(),
245+
remove(), yes
246246
rename(), yes
247247
rewinddir(),
248-
rmdir(),
248+
rmdir(), yes
249249
stat(), yes
250250
statvfs(),
251251
tmpfile(),

0 commit comments

Comments
 (0)