diff options
author | spew <devnull@localhost> | 2018-07-03 14:41:14 -0400 |
---|---|---|
committer | spew <devnull@localhost> | 2018-07-03 14:41:14 -0400 |
commit | 77ca4e0056efaaa2caa6086c047af257a2ba3517 (patch) | |
tree | d4f11c6c71dc546f1d9c4985cc06863604fc2316 /sys/src/ape | |
parent | ede15f38e5f4d47bd6348a119e408a61913d0229 (diff) |
ape: fix MAXSIG
Diffstat (limited to 'sys/src/ape')
-rw-r--r-- | sys/src/ape/lib/ap/plan9/lib.h | 2 |
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[]; |