X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/224c70764cab4e0e39a26aaf3ad3016552f62f55..7b00c0c43f52e9d27168e67a26aac19065cdb40c:/x86_64/pthreads/Makefile.inc diff --git a/x86_64/pthreads/Makefile.inc b/x86_64/pthreads/Makefile.inc index b3c9885..49f1faa 100644 --- a/x86_64/pthreads/Makefile.inc +++ b/x86_64/pthreads/Makefile.inc @@ -4,9 +4,16 @@ MDSRCS += \ init_cpu_capabilities.c \ get_cpu_capabilities.s \ + pthread_mutex_lock.s \ pthread_set_self.s \ pthread_self.s \ pthread_getspecific.s \ start_wqthread.s \ - thread_start.s + thread_start.s \ + preempt.s +DYLDSRCS += \ + pthread_set_self.s \ + pthread_self.s \ + pthread_getspecific.s \ + preempt.s