ref: 77ca4e0056efaaa2caa6086c047af257a2ba3517
parent: ede15f38e5f4d47bd6348a119e408a61913d0229
author: spew <devnull@localhost>
date: Tue Jul 3 10:41:14 EDT 2018
ape: fix MAXSIG
--- a/sys/src/ape/lib/ap/plan9/lib.h
+++ b/sys/src/ape/lib/ap/plan9/lib.h
@@ -44,7 +44,7 @@
#define FD_BUFFEREDX 0x8
#define FD_ISTTY 0x20
-#define MAXSIG SIGUSR2
+#define MAXSIG SIGPROF
extern Fdinfo _fdinfo[];