Skip to content

Commit 592a3ba

Browse files
authored
[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 ( #122006 ).
1 parent 71f3910 commit 592a3ba

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

libc/docs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ if (SPHINX_FOUND)
6767
threads
6868
uchar
6969
unistd
70+
sys/utsname
7071
wchar
7172
wctype
7273
)

libc/docs/headers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Implementation Status
4040
time
4141
uchar
4242
unistd
43+
sys/utsname
4344
wchar
4445
wctype
4546
..

libc/utils/docgen/sys/utsname.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
functions:
2+
uname:
3+
in-latest-posix: ''

0 commit comments

Comments
 (0)