Skip to content

Commit 5c3d815

Browse files
authored
Add sys/time documentation and YAML configuration
1 parent 06c6bae commit 5c3d815

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-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
threads
5960
uchar
6061
wchar

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
threads
3233
time
3334
uchar

libc/utils/docgen/sys/time.yaml

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

0 commit comments

Comments
 (0)