summaryrefslogtreecommitdiff
path: root/sys/src/ape/lib
diff options
context:
space:
mode:
authorspew <devnull@localhost>2018-07-03 14:41:14 -0400
committerspew <devnull@localhost>2018-07-03 14:41:14 -0400
commit77ca4e0056efaaa2caa6086c047af257a2ba3517 (patch)
treed4f11c6c71dc546f1d9c4985cc06863604fc2316 /sys/src/ape/lib
parentede15f38e5f4d47bd6348a119e408a61913d0229 (diff)
ape: fix MAXSIG
Diffstat (limited to 'sys/src/ape/lib')
-rw-r--r--sys/src/ape/lib/ap/plan9/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/ape/lib/ap/plan9/lib.h b/sys/src/ape/lib/ap/plan9/lib.h
index 91a51d5d3..a87e87b87 100644
--- a/sys/src/ape/lib/ap/plan9/lib.h
+++ b/sys/src/ape/lib/ap/plan9/lib.h
@@ -44,7 +44,7 @@ typedef struct Fdinfo{
#define FD_BUFFEREDX 0x8
#define FD_ISTTY 0x20
-#define MAXSIG SIGUSR2
+#define MAXSIG SIGPROF
extern Fdinfo _fdinfo[];