mirror of
git://git.musl-libc.org/musl
synced 2025-02-11 00:17:32 +00:00
fix external dummy_lock symbol inadvertently introduced in sigaction
commit 9b14ad5410
introduced this
namespace violation.
This commit is contained in:
parent
827aa8fbca
commit
d0209a2a33
@ -7,7 +7,7 @@
|
|||||||
#include "lock.h"
|
#include "lock.h"
|
||||||
#include "ksigaction.h"
|
#include "ksigaction.h"
|
||||||
|
|
||||||
volatile int dummy_lock[1] = { 0 };
|
static volatile int dummy_lock[1] = { 0 };
|
||||||
|
|
||||||
extern hidden volatile int __abort_lock[1];
|
extern hidden volatile int __abort_lock[1];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user