zig
Code
Branches
Tags
Commits
master
zig
/
lib
/
libc
/
musl
/
src
/
exit
/
abort_lock.c
Top
1
#
include
"pthread_impl.h"
2
3
volatile
int
__abort_lock
[
1
]
;