From dab6d7a345bf3b6a8c60b697e28c1ba2653f6a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Dee=20=28J=C5=8Dshin=29?= Date: Sun, 5 Jan 2025 19:54:49 -0800 Subject: [PATCH] Resolve multiple definition of __sig (fixes #1346) (#1352) --- libc/intrin/sigblock.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libc/intrin/sigblock.c b/libc/intrin/sigblock.c index b0fb34a42..919dced56 100644 --- a/libc/intrin/sigblock.c +++ b/libc/intrin/sigblock.c @@ -30,8 +30,6 @@ // 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; - sigset_t __sig_block(void) { if (IsWindows() || IsMetal()) { if (__tls_enabled)