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 <karthikeyan@linumiz.com>
This commit is contained in:
parent
c044f0c89d
commit
14b3293d94
1 changed files with 2 additions and 2 deletions
|
@ -242,10 +242,10 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM`.
|
||||||
opendir(), yes
|
opendir(), yes
|
||||||
pathconf(),
|
pathconf(),
|
||||||
readdir(), yes
|
readdir(), yes
|
||||||
remove(),
|
remove(), yes
|
||||||
rename(), yes
|
rename(), yes
|
||||||
rewinddir(),
|
rewinddir(),
|
||||||
rmdir(),
|
rmdir(), yes
|
||||||
stat(), yes
|
stat(), yes
|
||||||
statvfs(),
|
statvfs(),
|
||||||
tmpfile(),
|
tmpfile(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue