File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ set(TARGET_LIBC_ENTRYPOINTS
259259 libc.src.time.clock_gettime
260260 libc.src.time.timespec_get
261261 libc.src.time.nanosleep
262+ libc.src.time.strftime
263+ libc.src.time.strftime_l
262264
263265 # wchar.h entrypoints
264266 libc.src.wchar.wcslen
Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ set(TARGET_LIBC_ENTRYPOINTS
259259 libc.src.time.clock_gettime
260260 libc.src.time.timespec_get
261261 libc.src.time.nanosleep
262+ libc.src.time.strftime
263+ libc.src.time.strftime_l
262264
263265 # wchar.h entrypoints
264266 libc.src.wchar.wcslen
Original file line number Diff line number Diff line change @@ -268,6 +268,8 @@ Function Name Available RPC Required
268268clock |check |
269269clock_gettime |check |
270270nanosleep |check |
271+ strftime |check |
272+ strftime_l |check |
271273============= ========= ============
272274
273275assert.h
You can’t perform that action at this time.
0 commit comments