diff options
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2313,7 +2313,7 @@ wait_any(int interesting) /* pid of interest, if any */ sigaddset(& set, SIGQUIT); sigprocmask(SIG_BLOCK, & set, & oldset); #else - RETSIGTYPE (*hstat)(int), (*istat)(int), (*qstat)(int); + void (*hstat)(int), (*istat)(int), (*qstat)(int); istat = signal(SIGINT, SIG_IGN); #endif |