From a6ad8fb14c6bed68eb8b37750e1b2fea36a8c908 Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 10 Nov 2020 22:42:19 +0000 Subject: Time warp forward 34 years so that it compiles (but not work) --- warp/sig.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'warp/sig.h') diff --git a/warp/sig.h b/warp/sig.h index d8537059..8f60329e 100644 --- a/warp/sig.h +++ b/warp/sig.h @@ -6,11 +6,12 @@ * */ -void sig_catcher(int); +void sig_init(void); +void mytstp(void); +void finalize(int status); +void sig_catcher(int signo); #ifdef SIGTSTP -void cont_catcher(int); -void stop_catcher(int); +void cont_catcher(int x); +void stop_catcher(int sig); #endif -void mytstp(); -void sig_init(); -void finalize(); +void sig_catcher(int); -- cgit v1.2.3