From b74b4b3e22e6aacb2bbb1b0ad52952055402ed9b Mon Sep 17 00:00:00 2001 From: zishan 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| | | | | | | | | | | +---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+