[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:
@@ -59,6 +59,7 @@ if (SPHINX_FOUND)
|
||||
sys/mman
|
||||
sys/resource
|
||||
sys/stat
|
||||
sys/statvfs
|
||||
sys/time
|
||||
sys/wait
|
||||
termios
|
||||
|
||||
@@ -30,6 +30,7 @@ Implementation Status
|
||||
sys/mman
|
||||
sys/resource
|
||||
sys/stat
|
||||
sys/statvfs
|
||||
sys/time
|
||||
sys/wait
|
||||
termios
|
||||
|
||||
11
libc/utils/docgen/sys/statvfs.yaml
Normal file
11
libc/utils/docgen/sys/statvfs.yaml
Normal 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: ''
|
||||
Reference in New Issue
Block a user