summary refs log tree commit diff
path: root/bin/1sh/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/exec.h')
-rw-r--r--bin/1sh/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/exec.h b/bin/1sh/exec.h
index 86cda649..f93c14c2 100644
--- a/bin/1sh/exec.h
+++ b/bin/1sh/exec.h
@@ -63,7 +63,7 @@ struct cmdentry {
 
 extern int exerrno;		/* last exec error */
 
-void shellexec(char **, char **, const char *, int) __dead2;
+void shellexec(char **, char **, const char *, int) __attribute__((noreturn));
 char *padvance(const char **, const char **, const char *);
 void find_command(const char *, struct cmdentry *, int, const char *);
 int find_builtin(const char *, int *);