move __abort_lock to its own file and drop pointless weak_alias trick
[musl] / src / exit / abort_lock.c
1 #include "pthread_impl.h"
2
3 volatile int __abort_lock[1];