[libc-commits] [libc] 9f627cf - [libc][docs] Add sys/time page to the status of implementations docs (#123000)

via libc-commits libc-commits at lists.llvm.org
Fri Jan 17 08:38:07 PST 2025


Author: Prashanth
Date: 2025-01-17T08:38:03-08:00
New Revision: 9f627cf540e9f0da1be17581af8d162a78820e6f

URL: https://github.com/llvm/llvm-project/commit/9f627cf540e9f0da1be17581af8d162a78820e6f
DIFF: https://github.com/llvm/llvm-project/commit/9f627cf540e9f0da1be17581af8d162a78820e6f.diff

LOG: [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 ) .

Added: 
    libc/utils/docgen/sys/time.yaml

Modified: 
    libc/docs/CMakeLists.txt
    libc/docs/headers/index.rst

Removed: 
    


################################################################################
diff  --git a/libc/docs/CMakeLists.txt b/libc/docs/CMakeLists.txt
index e77e979ab1e83f..eab79ed70a61b7 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 5dbdcbc80529d7..63667f0a389973 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 00000000000000..a1d19c3fc636cd
--- /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


        


More information about the libc-commits mailing list