diff --git a/libc/docs/CMakeLists.txt b/libc/docs/CMakeLists.txt index e77e979ab1e83..eab79ed70a61b 100644 --- a/libc/docs/CMakeLists.txt +++ b/libc/docs/CMakeLists.txt @@ -55,6 +55,7 @@ if (SPHINX_FOUND) strings sys/mman sys/resource + sys/time sys/wait threads uchar diff --git a/libc/docs/headers/index.rst b/libc/docs/headers/index.rst index 5dbdcbc80529d..63667f0a38997 100644 --- a/libc/docs/headers/index.rst +++ b/libc/docs/headers/index.rst @@ -28,6 +28,7 @@ Implementation Status strings sys/mman sys/resource + sys/time sys/wait threads time diff --git a/libc/utils/docgen/sys/time.yaml b/libc/utils/docgen/sys/time.yaml new file mode 100644 index 0000000000000..a1d19c3fc636c --- /dev/null +++ b/libc/utils/docgen/sys/time.yaml @@ -0,0 +1,5 @@ +functions: + select: + in-latest-posix: '' + utimes: + in-latest-posix: '' \ No newline at end of file