Resolve multiple definition of __sig (fixes #1346)

This commit is contained in:
Steven Dee (Jōshin) 2025-01-05 19:30:31 -08:00
parent 90119c422c
commit ce22bf529f
No known key found for this signature in database

View file

@ -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()) {