summary refs log tree commit diff
path: root/bin/1sh/trap.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/trap.h')
-rw-r--r--bin/1sh/trap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/1sh/trap.h b/bin/1sh/trap.h
index 88076fc2..75427d56 100644
--- a/bin/1sh/trap.h
+++ b/bin/1sh/trap.h
@@ -46,5 +46,5 @@ int issigchldtrapped(void);
 void onsig(int);
 void dotrap(void);
 void setinteractive(void);
-void exitshell(int) __dead2;
-void exitshell_savedstatus(void) __dead2;
+void exitshell(int) __attribute__((noreturn));
+void exitshell_savedstatus(void) __attribute__((noreturn));
e 2019-05-20Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe