12 lines
332 B
Diff
12 lines
332 B
Diff
--- a/src/pkg/runtime/os_linux.h 2014-08-13 05:49:43.000000000 +0200
|
|
+++ b/src/pkg/runtime/os_linux.h 2014-10-17 04:02:55.791948419 +0200
|
|
@@ -16,7 +16,7 @@
|
|
void runtime·setitimer(int32, Itimerval*, Itimerval*);
|
|
|
|
|
|
-#define NSIG 65
|
|
+#define NSIG 64
|
|
#define SI_USER 0
|
|
|
|
// It's hard to tease out exactly how big a Sigset is, but
|