aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vl.c b/vl.c
index 2c3c72dca5..5f1322ed07 100644
--- a/vl.c
+++ b/vl.c
@@ -921,8 +921,7 @@ static void init_timers(void)
setitimer(ITIMER_REAL, &itv, NULL);
/* use the RTC */
- sigaction(SIGRTMIN, &act, NULL);
- fcntl(rtc_fd, F_SETSIG, SIGRTMIN);
+ sigaction(SIGIO, &act, NULL);
fcntl(rtc_fd, F_SETFL, O_ASYNC);
fcntl(rtc_fd, F_SETOWN, getpid());
} else {