diff options
-rw-r--r-- | src/sig-monitor.c | 2 |
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; |