Skip to content

Commit 2e11cb4

Browse files
committed
add localtime and localtime_r to docs
1 parent efa0372 commit 2e11cb4

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
@@ -87,9 +87,9 @@ Implementation Status
8787
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
8888
| gmtime_r | |check| | |check| | | |check| | | | | | | | | |
8989
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
90-
| localtime | | | | | | | | | | | | |
90+
| localtime | |check| | |check| | | |check| | | | | | | | | |
9191
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
92-
| localtime_r | | | | | | | | | | | | |
92+
| localtime_r | |check| | |check| | | |check| | | | | | | | | |
9393
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
9494
| mktime | |check| | |check| | | |check| | | | | | | | | |
9595
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+

0 commit comments

Comments
 (0)