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:
Karthikeyan Krishnasamy 2024-08-14 16:25:07 +05:30 committed by Anas Nashif
commit 14b3293d94

View file

@ -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(),