summaryrefslogtreecommitdiffstats
path: root/libc/unistd/siglist.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd/siglist.c')
-rw-r--r--libc/unistd/siglist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/siglist.c b/libc/unistd/siglist.c
index a2ac9fe..f1c3377 100644
--- a/libc/unistd/siglist.c
+++ b/libc/unistd/siglist.c
@@ -28,6 +28,6 @@
#include <signal.h>
const char * const sys_siglist[NSIG] = {
-#define __BIONIC_SIGDEF(x,y,z) [ x ] = z,
+#define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = z,
#include <sys/_sigdefs.h>
};