summaryrefslogtreecommitdiff
path: root/net/samba36/files/patch-lib__tevent__tevent_signal.c
blob: d62b2e6eec8d2612d980ddeb5906ed95b7f399a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./lib/tevent/tevent_signal.c.orig	2010-04-01 15:26:22.000000000 +0200
+++ ./lib/tevent/tevent_signal.c	2010-04-23 01:08:35.000000000 +0200
@@ -30,7 +30,7 @@
 #include "tevent_internal.h"
 #include "tevent_util.h"
 
-#define TEVENT_NUM_SIGNALS 64
+#define TEVENT_NUM_SIGNALS (SIGRTMAX+1)
 
 /* maximum number of SA_SIGINFO signals to hold in the queue.
   NB. This *MUST* be a power of 2, in order for the ring buffer