Skip to content

Commit 69835d8

Browse files
committed
add localtime and localtime_r to docs
1 parent 0f69b91 commit 69835d8

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
@@ -85,9 +85,9 @@ Implementation Status
8585
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
8686
| gmtime_r | |check| | |check| | | |check| | | | | | | | | |
8787
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
88-
| localtime | | | | | | | | | | | | |
88+
| localtime | |check| | |check| | | |check| | | | | | | | | |
8989
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
90-
| localtime_r | | | | | | | | | | | | |
90+
| localtime_r | |check| | |check| | | |check| | | | | | | | | |
9191
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
9292
| mktime | |check| | |check| | | |check| | | | | | | | | |
9393
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+

0 commit comments

Comments
 (0)