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 d349daa commit 27114e4Copy full SHA for 27114e4
libc/config/baremetal/aarch64/entrypoints.txt
@@ -269,8 +269,9 @@ set(TARGET_LIBC_ENTRYPOINTS
269
libc.src.time.difftime
270
libc.src.time.gmtime
271
libc.src.time.gmtime_r
272
- libc.src.time.localtime
273
- libc.src.time.localtime_r
+ # TODO: Re-enable these when tests aren't broken.
+ # libc.src.time.localtime
274
+ # libc.src.time.localtime_r
275
libc.src.time.mktime
276
libc.src.time.strftime
277
libc.src.time.strftime_l
0 commit comments