Skip to content

Commit 24b1373

Browse files
authored
[libc][docs] Add Unistd header's page to the status of implementations doc (#123068)
These changes ensure that the unistd header is documented properly with respect to the issue ( #122006 ) .
1 parent c118864 commit 24b1373

File tree

3 files changed

+687
-0
lines changed

3 files changed

+687
-0
lines changed

libc/docs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ if (SPHINX_FOUND)
6262
termios
6363
threads
6464
uchar
65+
unistd
6566
wchar
6667
wctype
6768
)

libc/docs/headers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Implementation Status
3434
threads
3535
time
3636
uchar
37+
unistd
3738
wchar
3839
wctype
3940
..

0 commit comments

Comments
 (0)