From 5ce487a7898274d0d1bf95cc7035e0737fd03f7e Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Tue, 23 Apr 2019 14:09:24 +0200 Subject: [PATCH] Add missing asctime symbol --- Makefile | 1 + expected/wasm32-wasi/defined-symbols.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f678779..800e6b9 100644 --- a/Makefile +++ b/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/at_quick_exit.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/ctime_r.c \ $(LIBC_TOP_HALF_MUSL_SRC_DIR)/time/wcsftime.c \ diff --git a/expected/wasm32-wasi/defined-symbols.txt b/expected/wasm32-wasi/defined-symbols.txt index 5889f7d..ae840ca 100644 --- a/expected/wasm32-wasi/defined-symbols.txt +++ b/expected/wasm32-wasi/defined-symbols.txt @@ -273,6 +273,7 @@ alphasort64 arc4random arc4random_buf arc4random_uniform +asctime asctime_r asin asinf