File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments