Skip to content

Commit b946b2b

Browse files
authored
[libc] add ctime and ctime_r to docs (#156216)
I noticed that I forgot to add `ctime` and `ctime_r` to docs in #107285. This is a simple patch to add it.
1 parent d76d639 commit b946b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/docs/headers/time.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Implementation Status
7373
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
7474
| clock_settime | | | | | | | | | | | | | |
7575
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
76-
| ctime | | | | | | | | | | | | | |
76+
| ctime | |check| | |check| | | |check| | | | | | | | | | |
7777
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
78-
| ctime_r | | | | | | | | | | | | | |
78+
| ctime_r | |check| | |check| | | |check| | | | | | | | | | |
7979
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
8080
| difftime | |check| | |check| | | |check| | | | | | | | | | |
8181
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+

0 commit comments

Comments
 (0)