Fix error on initialisation
[src/app-framework-binder.git] / src / sig-monitor.c
index 1e51935..aaffaed 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;
@@ -187,6 +187,3 @@ void sig_monitor(int timeout, void (*function)(int sig, void*), void *arg)
 }
 
 
-
-
-