From 8abd9262e343aec71e07388bdf829d4f76d6529e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Mon, 15 May 2017 11:50:44 +0200 Subject: [PATCH] Fix the timer signal number MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I2dc7520f41472afefc31be7d3ac1a205611c1828 Signed-off-by: José Bollo --- src/sig-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.16.6