Skip to content

Commit 3043721

Browse files
yamtjohn-sharratt
authored andcommitted
Enable pthread_detach (WebAssembly#359)
1 parent 501c620 commit 3043721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
244244
thread/pthread_condattr_setclock.c \
245245
thread/pthread_condattr_setpshared.c \
246246
thread/pthread_create.c \
247+
thread/pthread_detach.c \
247248
thread/pthread_getspecific.c \
248249
thread/pthread_join.c \
249250
thread/pthread_key_create.c \

0 commit comments

Comments
 (0)