Fix the timer signal number
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 15 May 2017 09:50:44 +0000 (11:50 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 15 May 2017 09:50:44 +0000 (11:50 +0200)
Change-Id: I2dc7520f41472afefc31be7d3ac1a205611c1828
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/sig-monitor.c

index 1e51935..ce0a4cd 100644 (file)
@@ -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;