File tree Expand file tree Collapse file tree
expected/wasm32-wasi/posix Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ LIBC_TOP_HALF_MUSL_SOURCES = \
190190ifeq ($(THREAD_MODEL ) , posix)
191191LIBC_TOP_HALF_MUSL_SOURCES += \
192192 $(addprefix $(LIBC_TOP_HALF_MUSL_SRC_DIR ) /, \
193+ thread/__lock.c \
193194 thread/__wait.c \
194195 thread/__timedwait.c \
195196 thread/pthread_cleanup_push.c \
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ __loc_is_allocated
143143__locale_lock
144144__locale_lockptr
145145__localtime_r
146+ __lock
146147__log2_data
147148__log2f_data
148149__log_data
@@ -285,6 +286,7 @@ __tre_mem_new_impl
285286__tsearch_balance
286287__uflow
287288__unlist_locked_file
289+ __unlock
288290__uselocale
289291__utc
290292__wait
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ __imported_wasi_snapshot_preview1_sock_send
6161__imported_wasi_snapshot_preview1_sock_shutdown
6262__imported_wasi_snapshot_preview2_thread_spawn
6363__letf2
64- __lock
6564__lockfile
6665__lttf2
6766__main_argc_argv
@@ -72,7 +71,6 @@ __thread_list_lock
7271__tls_base
7372__trunctfdf2
7473__trunctfsf2
75- __unlock
7674__unlockfile
7775__unordtf2
7876__wasilibc_pthread_self
You can’t perform that action at this time.
0 commit comments