Revert "tevent: define TEVENT_NUM_SIGNALS based on SIGRTMAX"
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Nov 2012 10:34:39 +0000 (11:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 29 Jan 2013 21:03:19 +0000 (22:03 +0100)
This reverts commit 408f3a5a979b8e7b833c5269ca36ec8bebb6524d.

lib/tevent/tevent_signal.c

index db2dfb64352dd283eafc3e7cf740fe2c40670db7..9582f6e7acdcb566b80c9f396335c64fb1598ac7 100644 (file)
 #include "tevent_internal.h"
 #include "tevent_util.h"
 
-#ifdef SIGRTMAX
-#define TEVENT_NUM_SIGNALS (SIGRTMAX + 1)
-#else
 #define TEVENT_NUM_SIGNALS 64
-#endif
 
 /* 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