[libc-commits] [libc] [libc] add ctime and ctime_r to docs (PR #156216)
via libc-commits
libc-commits at lists.llvm.org
Sat Aug 30 18:22:38 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Zishan Mirza (zimirza)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/156216.diff
1 Files Affected:
- (modified) libc/docs/headers/time.rst (+2-2)
``````````diff
diff --git a/libc/docs/headers/time.rst b/libc/docs/headers/time.rst
index 9733a176fbb25..934a8a7cf22cc 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| | | | | | | | | | |
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| difftime | |check| | |check| | | |check| | | | | | | | | | |
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
``````````
</details>
https://github.com/llvm/llvm-project/pull/156216
More information about the libc-commits
mailing list