commit a8462ca047b5eb8eb5a32ace445c3dee31c2a8f0 parent ad53672222e8347ea00064a5f783e1990f65fc4d Author: tim <tim> Date: Wed, 28 May 1997 16:24:27 +0000 signal.c. Diffstat:
M | signal.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/signal.c b/signal.c @@ -19,7 +19,7 @@ extern void catcher(int s) { } signal(s, catcher); interrupt_happened = TRUE; -#ifndef SVSIGS +#ifndef HAVE_RESTARTABLE_SYSCALLS if (slow) longjmp(slowbuf.j, 1); #endif