mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-15 06:47:01 +00:00
Add missing asctime symbol
This commit is contained in:
parent
4194578ae8
commit
5ce487a789
1
Makefile
1
Makefile
@ -88,6 +88,7 @@ LIBC_TOP_HALF_MUSL_SOURCES = \
|
|||||||
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/exit/quick_exit.c \
|
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/exit/quick_exit.c \
|
||||||
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/exit/at_quick_exit.c \
|
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/exit/at_quick_exit.c \
|
||||||
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/strftime.c \
|
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/strftime.c \
|
||||||
|
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/asctime.c \
|
||||||
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/asctime_r.c \
|
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/asctime_r.c \
|
||||||
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/ctime_r.c \
|
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/ctime_r.c \
|
||||||
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/wcsftime.c \
|
$(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/wcsftime.c \
|
||||||
|
@ -273,6 +273,7 @@ alphasort64
|
|||||||
arc4random
|
arc4random
|
||||||
arc4random_buf
|
arc4random_buf
|
||||||
arc4random_uniform
|
arc4random_uniform
|
||||||
|
asctime
|
||||||
asctime_r
|
asctime_r
|
||||||
asin
|
asin
|
||||||
asinf
|
asinf
|
||||||
|
Loading…
Reference in New Issue
Block a user