Skip to content

Commit 906e12d

Browse files
committed
Add risc-v entry points.
1 parent d44eea2 commit 906e12d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/config/baremetal/riscv/entrypoints.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ set(TARGET_LIBC_ENTRYPOINTS
269269
libc.src.time.difftime
270270
libc.src.time.gmtime
271271
libc.src.time.gmtime_r
272+
libc.src.time.localtime
273+
libc.src.time.localtime_r
272274
libc.src.time.mktime
273275
libc.src.time.strftime
274276
libc.src.time.strftime_l

0 commit comments

Comments
 (0)