[libc][docs] Add sys/statvfs to documentation and YAML definitions (#126413)

These changes ensure that the sys/statvfs header is documented properly
with respect to the issue (
https://github.com/llvm/llvm-project/issues/122006 ) .
This commit is contained in:
Prashanth
2025-02-10 22:28:46 +05:30
committed by GitHub
parent 62ae876b1b
commit 6a8439b593
3 changed files with 13 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ if (SPHINX_FOUND)
sys/mman
sys/resource
sys/stat
sys/statvfs
sys/time
sys/wait
termios

View File

@@ -30,6 +30,7 @@ Implementation Status
sys/mman
sys/resource
sys/stat
sys/statvfs
sys/time
sys/wait
termios

View File

@@ -0,0 +1,11 @@
functions:
fstatvfs:
in-latest-posix: ''
statvfs:
in-latest-posix: ''
macros:
ST_RDONLY:
in-latest-posix: ''
ST_NOSUID:
in-latest-posix: ''