From da6a856c31649c6fc011d45d51542876e1b13539 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 12 Nov 2020 22:23:16 +0000 Subject: Avoid common symbols. Use __dead. --- warp/sig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'warp/sig.h') diff --git a/warp/sig.h b/warp/sig.h index 8f60329e..fe22220c 100644 --- a/warp/sig.h +++ b/warp/sig.h @@ -8,8 +8,8 @@ void sig_init(void); void mytstp(void); -void finalize(int status); -void sig_catcher(int signo); +__dead void finalize(int status); +__dead void sig_catcher(int signo); #ifdef SIGTSTP void cont_catcher(int x); void stop_catcher(int sig); -- cgit v1.2.3