]> git.saurik.com Git - apple/libc.git/blobdiff - i386/pthreads/Makefile.inc
Libc-583.tar.gz
[apple/libc.git] / i386 / pthreads / Makefile.inc
index f4f5b0ab53a09acb9597754bb604de7be1788b16..81bf8560e976cb587d9bbfd1686231a0731d86b5 100644 (file)
@@ -1,6 +1,10 @@
+.PATH: ${.CURDIR}/i386/pthreads
 MDSRCS += \
        init_cpu_capabilities.c \
        get_cpu_capabilities.s \
+       pthread_mutex_lock.s \
        pthread_set_self.s \
        pthread_self.s \
-       pthread_getspecific.s
+       pthread_getspecific.s \
+       start_wqthread.s \
+       thread_start.s