[libc-commits] [libc] [libc] add ctime and ctime_r to docs (PR #156216)

Zishan Mirza via libc-commits libc-commits at lists.llvm.org
Sat Aug 30 18:22:05 PDT 2025


https://github.com/zimirza created https://github.com/llvm/llvm-project/pull/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.

>From b74b4b3e22e6aacb2bbb1b0ad52952055402ed9b Mon Sep 17 00:00:00 2001
From: zishan <zmirza at posteo.ch>
Date: Sun, 31 Aug 2025 03:18:51 +0200
Subject: [PATCH] add ctime and ctime_r to docs

---
 libc/docs/headers/time.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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|     |         |         |         |         |         |         |         |         |         |
 +---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+



More information about the libc-commits mailing list