From: José Bollo Date: Mon, 15 May 2017 09:50:44 +0000 (+0200) Subject: Fix the timer signal number X-Git-Tag: dab_3.99.1~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8abd9262e343aec71e07388bdf829d4f76d6529e;p=src%2Fapp-framework-binder.git Fix the timer signal number Change-Id: I2dc7520f41472afefc31be7d3ac1a205611c1828 Signed-off-by: José Bollo --- 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;