We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906e12d commit 628efcdCopy full SHA for 628efcd
libc/config/baremetal/aarch64/entrypoints.txt
@@ -269,9 +269,8 @@ set(TARGET_LIBC_ENTRYPOINTS
269
libc.src.time.difftime
270
libc.src.time.gmtime
271
libc.src.time.gmtime_r
272
- # TODO: Re-enable these when tests aren't broken.
273
- # libc.src.time.localtime
274
- # libc.src.time.localtime_r
+ libc.src.time.localtime
+ libc.src.time.localtime_r
275
libc.src.time.mktime
276
libc.src.time.strftime
277
libc.src.time.strftime_l
0 commit comments