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

via libc-commits libc-commits at lists.llvm.org
Tue Sep 17 09:50:11 PDT 2024


Author: Зишан Мирза
Date: 2024-09-17T09:50:07-07:00
New Revision: b9e13045abc6e4a179cc46e20e876ecc98fcc7cd

URL: https://github.com/llvm/llvm-project/commit/b9e13045abc6e4a179cc46e20e876ecc98fcc7cd
DIFF: https://github.com/llvm/llvm-project/commit/b9e13045abc6e4a179cc46e20e876ecc98fcc7cd.diff

LOG: [libc] add `ctime` and `ctime_r` to `date_and_time` documentation (#108665)

closes #108664

Added: 
    

Modified: 
    libc/docs/date_and_time.rst

Removed: 
    


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