This leaves only assembly code in arch specific dir.
Similary as it was done on FreeBSD.
-# $DragonFly: src/lib/libthread_xu/arch/Makefile.inc,v 1.1 2005/02/01 12:38:26 davidxu Exp $
-
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
-SRCS+= pthread_md.c _umtx_sleep_wakeup_err.S
+SRCS+= _umtx_sleep_wakeup_err.S
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
-SRCS+= pthread_md.c _umtx_sleep_wakeup_err.S
+SRCS+= _umtx_sleep_wakeup_err.S
thr_cond.c \
thr_condattr.c \
thr_create.c \
+ thr_ctrdtr.c \
thr_detach.c \
thr_equal.c \
thr_event.c \