mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 16:00:30 +00:00
Resolve multiple definition of __sig (fixes #1346)
This commit is contained in:
parent
90119c422c
commit
ce22bf529f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
// usually better that sigprocmask only strace the user is calling it.
|
||||
// plus, since we have a very specific use case, this code goes faster
|
||||
|
||||
struct Signals __sig;
|
||||
extern struct Signals __sig;
|
||||
|
||||
sigset_t __sig_block(void) {
|
||||
if (IsWindows() || IsMetal()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue