blob: f35ed12e904bd985dda7316a5bb4c7c636469957 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tevent_signal.c.orig 2011-07-24 22:04:44.000000000 +0200
+++ tevent_signal.c 2011-07-30 03:36:03.000000000 +0200
@@ -30,7 +30,7 @@
#include "tevent_internal.h"
#include "tevent_util.h"
-#define TEVENT_NUM_SIGNALS 64
+#define TEVENT_NUM_SIGNALS SIGRTMAX
/* 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
|