Skip to content

Commit e03f628

Browse files
loganekjohn-sharratt
authored andcommitted
Enable a few more pthread* files (pthread_key*, pthread_once) (WebAssembly#348)
* threads: enable TSD functions * threads: Enable pthread_once
1 parent 5ab383f commit e03f628

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
242242
thread/pthread_condattr_setclock.c \
243243
thread/pthread_condattr_setpshared.c \
244244
thread/pthread_create.c \
245+
thread/pthread_getspecific.c \
245246
thread/pthread_join.c \
247+
thread/pthread_key_create.c \
246248
thread/pthread_mutex_consistent.c \
247249
thread/pthread_mutex_destroy.c \
248250
thread/pthread_mutex_init.c \
@@ -257,6 +259,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
257259
thread/pthread_mutexattr_setpshared.c \
258260
thread/pthread_mutexattr_setrobust.c \
259261
thread/pthread_mutexattr_settype.c \
262+
thread/pthread_once.c \
260263
thread/pthread_rwlock_destroy.c \
261264
thread/pthread_rwlock_init.c \
262265
thread/pthread_rwlock_rdlock.c \
@@ -270,6 +273,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
270273
thread/pthread_rwlockattr_init.c \
271274
thread/pthread_rwlockattr_setpshared.c \
272275
thread/pthread_setcancelstate.c \
276+
thread/pthread_setspecific.c \
273277
thread/pthread_self.c \
274278
thread/pthread_testcancel.c \
275279
thread/sem_destroy.c \

0 commit comments

Comments
 (0)