git: 9front

Download patch

ref: 9d5f49e6b50fbe8239c41dc3aa1a2c993b770548
parent: aa50c6a642c523042cd70c0a8f9bdeba100b6e78
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[];
 
--