[libc-commits] [libc] [libc] add `ctime` and `ctime_r` to `date_and_time` documentation (PR #108665)

Зишан Мирза via libc-commits libc-commits at lists.llvm.org
Fri Sep 13 16:54:35 PDT 2024


https://github.com/zimirza created https://github.com/llvm/llvm-project/pull/108665

closes #108664

>From 2bd9ef31b95d9c47265c26cd81dc942076fabb26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=97=D0=B8=D1=88=D0=B0=D0=BD=20=D0=9C=D0=B8=D1=80=D0=B7?=
 =?UTF-8?q?=D0=B0?= <149377404+zimirza at users.noreply.github.com>
Date: Sat, 14 Sep 2024 01:52:50 +0200
Subject: [PATCH] add `ctime` and `ctime_r` to `date_and_time` documentation

closes #108664
---
 libc/docs/date_and_time.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libc/docs/date_and_time.rst b/libc/docs/date_and_time.rst
index db77d2c5ba61a5..b745a3b416f802 100644
--- a/libc/docs/date_and_time.rst
+++ b/libc/docs/date_and_time.rst
@@ -55,6 +55,10 @@ Implementation Status
 +---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
 | asctime_r           | |check| | |check| |         |     |check|     |         |         |         |         |         |         |         |         |
 +---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
+| ctime               | |check| | |check| |         |     |check|     |         |         |         |         |         |         |         |         |
++---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
+| ctime_r             | |check| | |check| |         |     |check|     |         |         |         |         |         |         |         |         |
++---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
 | clock               | |check| | |check| |         |     |check|     |         |         |         |         |         |         |         |         |
 +---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
 | clock_getcpuclockid |         |         |         |                 |         |         |         |         |         |         |         |         |



More information about the libc-commits mailing list