summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-05-15 11:50:44 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-05-15 11:50:44 +0200
commit8abd9262e343aec71e07388bdf829d4f76d6529e (patch)
tree4d9d60b5b1bdc3161aabe4287a18e1e9c6b5ac48
parente285cfb2219eb5a1034208efaf6d1a2d875c721f (diff)
Fix the timer signal number
Change-Id: I2dc7520f41472afefc31be7d3ac1a205611c1828 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--src/sig-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sig-monitor.c b/src/sig-monitor.c
index 1e519351..ce0a4cd0 100644
--- a/src/sig-monitor.c
+++ b/src/sig-monitor.c
@@ -28,7 +28,7 @@
#include "sig-monitor.h"
#include "verbose.h"
-#define SIG_FOR_TIMER (SIGVTALRM+2)
+#define SIG_FOR_TIMER SIGVTALRM
/* local handler */
static _Thread_local sigjmp_buf *error_handler;