move __abort_lock to its own file and drop pointless weak_alias trick
[musl] / src / thread / pthread_atfork.c
index c6f77b3..7649740 100644 (file)
@@ -1,5 +1,6 @@
 #include <pthread.h>
 #include "libc.h"
+#include "lock.h"
 
 static struct atfork_funcs {
        void (*prepare)(void);