summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/src/exit/abort_lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc-top-half/musl/src/exit/abort_lock.c')
-rw-r--r--libc-top-half/musl/src/exit/abort_lock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/exit/abort_lock.c b/libc-top-half/musl/src/exit/abort_lock.c
new file mode 100644
index 0000000..3af72c7
--- /dev/null
+++ b/libc-top-half/musl/src/exit/abort_lock.c
@@ -0,0 +1,3 @@
+#include "pthread_impl.h"
+
+volatile int __abort_lock[1];