summaryrefslogtreecommitdiff
path: root/libc/signal
diff options
context:
space:
mode:
Diffstat (limited to 'libc/signal')
-rw-r--r--libc/signal/sigpause.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/signal/sigpause.c b/libc/signal/sigpause.c
index 2164c5076..8c99af0a1 100644
--- a/libc/signal/sigpause.c
+++ b/libc/signal/sigpause.c
@@ -19,9 +19,8 @@
#define __UCLIBC_HIDE_DEPRECATED__
/* psm: need the BSD version of sigpause here */
-#undef _GNU_SOURCE
-#define _BSD_SOURCE
#include <errno.h>
+#define __FAVOR_BSD
#include <signal.h>
#include <stddef.h> /* For NULL. */