[libc-commits] [libc] b946b2b - [libc] add ctime and ctime_r to docs (#156216)
via libc-commits
libc-commits at lists.llvm.org
Fri Sep 5 10:21:21 PDT 2025
Author: Zishan Mirza
Date: 2025-09-05T10:21:18-07:00
New Revision: b946b2b4c9c15ed5cf30d74852ad9eccea7a5d29
URL: https://github.com/llvm/llvm-project/commit/b946b2b4c9c15ed5cf30d74852ad9eccea7a5d29
DIFF: https://github.com/llvm/llvm-project/commit/b946b2b4c9c15ed5cf30d74852ad9eccea7a5d29.diff
LOG: [libc] add ctime and ctime_r to docs (#156216)
I noticed that I forgot to add `ctime` and `ctime_r` to docs in
https://github.com/llvm/llvm-project/pull/107285. This is a simple patch
to add it.
Added:
Modified:
libc/docs/headers/time.rst
Removed:
################################################################################
diff --git a/libc/docs/headers/time.rst b/libc/docs/headers/time.rst
index a30d489661b12..55bc1a17ee285 100644
--- a/libc/docs/headers/time.rst
+++ b/libc/docs/headers/time.rst
@@ -73,9 +73,9 @@ Implementation Status
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| clock_settime | | | | | | | | | | | | | |
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
-| ctime | | | | | | | | | | | | | |
+| ctime | |check| | |check| | | |check| | | | | | | | | | |
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
-| ctime_r | | | | | | | | | | | | | |
+| ctime_r | |check| | |check| | | |check| | | | | | | | | | |
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
|
diff time | |check| | |check| | | |check| | | | | | | | | | |
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
More information about the libc-commits
mailing list