Skip to content

Commit 9f627cf

Browse files
authored
[libc][docs] Add sys/time page to the status of implementations docs (#123000)
These changes ensure that the sys/time header is documented properly with respect to the issue ( #122006 ) .
1 parent 89305c3 commit 9f627cf

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

libc/docs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if (SPHINX_FOUND)
5555
strings
5656
sys/mman
5757
sys/resource
58+
sys/time
5859
sys/wait
5960
threads
6061
uchar

libc/docs/headers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Implementation Status
2828
strings
2929
sys/mman
3030
sys/resource
31+
sys/time
3132
sys/wait
3233
threads
3334
time

libc/utils/docgen/sys/time.yaml

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

0 commit comments

Comments
 (0)