mirror of https://git.musl-libc.org/git/musl
Browse Source
the dummy definition of __abort_lock in sigaction.c was performing exactly the same role that putting the lock in its own source file could and should have been used to achieve. while we're moving it, give it a proper declaration.master
4 changed files with 5 additions and 8 deletions
@ -0,0 +1,3 @@ |
|||||
|
#include "pthread_impl.h" |
||||
|
|
||||
|
volatile int __abort_lock[1]; |
||||
Loading…
Reference in new issue