summary refs log tree commit diff
path: root/bin/1sh/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/error.c')
-rw-r--r--bin/1sh/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/error.c b/bin/1sh/error.c
index 1cc55ded..62d406f5 100644
--- a/bin/1sh/error.c
+++ b/bin/1sh/error.c
@@ -67,7 +67,7 @@ volatile sig_atomic_t suppressint;
 volatile sig_atomic_t intpending;
 
 
-static void exverror(int, const char *, va_list) __printf0like(2, 0) __dead2;
+static void exverror(int, const char *, va_list) __printf0like(2, 0) __attribute__((noreturn));
 
 /*
  * Called to raise an exception.  Since C doesn't include exceptions, we