Skip to content

Conversation

zimirza
Copy link
Contributor

@zimirza zimirza commented Aug 31, 2025

I noticed that I forgot to add ctime and ctime_r to docs in #107285. This is a simple patch to add it.

@llvmbot llvmbot added the libc label Aug 31, 2025
@llvmbot
Copy link
Member

llvmbot commented Aug 31, 2025

@llvm/pr-subscribers-libc

Author: Zishan Mirza (zimirza)

Changes

I noticed that I forgot to add ctime and ctime_r to docs in #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 --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|     |         |         |         |         |         |         |         |         |         |
 +---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants