summaryrefslogtreecommitdiffstats
path: root/warp/sig.h
diff options
context:
space:
mode:
Diffstat (limited to 'warp/sig.h')
-rw-r--r--warp/sig.h4
1 files changed, 2 insertions, 2 deletions
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);