blob: 703a6cbc2da68b597172a1232c913388aca33069 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- include/signal.h.orig 2015-05-04 09:54:32 UTC
+++ include/signal.h
@@ -8,3 +8,7 @@
#ifndef SIGINFO
#define SIGINFO SIGUSR1
#endif
+
+#ifndef _NSIG
+#define _NSIG NSIG
+#endif
|