[libc][docs] Add sys/utsname header and documentation for uname function (#131817)
These changes tracks `utsname.h` for the implementation status of functions and macros, with respect to the issue ( https://github.com/llvm/llvm-project/issues/122006 ).
This commit is contained in:
@@ -67,6 +67,7 @@ if (SPHINX_FOUND)
|
||||
threads
|
||||
uchar
|
||||
unistd
|
||||
sys/utsname
|
||||
wchar
|
||||
wctype
|
||||
)
|
||||
|
||||
@@ -40,6 +40,7 @@ Implementation Status
|
||||
time
|
||||
uchar
|
||||
unistd
|
||||
sys/utsname
|
||||
wchar
|
||||
wctype
|
||||
..
|
||||
|
||||
3
libc/utils/docgen/sys/utsname.yaml
Normal file
3
libc/utils/docgen/sys/utsname.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
functions:
|
||||
uname:
|
||||
in-latest-posix: ''
|
||||
Reference in New Issue
Block a user