[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:
Prashanth
2025-03-19 01:52:01 +05:30
committed by GitHub
parent 71f3910409
commit 592a3ba125
3 changed files with 5 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ if (SPHINX_FOUND)
threads
uchar
unistd
sys/utsname
wchar
wctype
)

View File

@@ -40,6 +40,7 @@ Implementation Status
time
uchar
unistd
sys/utsname
wchar
wctype
..

View File

@@ -0,0 +1,3 @@
functions:
uname:
in-latest-posix: ''