Skip to content

Commit 628efcd

Browse files
committed
Add aarch64 entrypoints.
1 parent 906e12d commit 628efcd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libc/config/baremetal/aarch64/entrypoints.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,8 @@ set(TARGET_LIBC_ENTRYPOINTS
269269
libc.src.time.difftime
270270
libc.src.time.gmtime
271271
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
272+
libc.src.time.localtime
273+
libc.src.time.localtime_r
275274
libc.src.time.mktime
276275
libc.src.time.strftime
277276
libc.src.time.strftime_l

0 commit comments

Comments
 (0)