summaryrefslogtreecommitdiffstats
path: root/bin/sh/error.c
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2009-12-24 20:55:14 +0000
committerjilles <jilles@FreeBSD.org>2009-12-24 20:55:14 +0000
commite7ce62d8acb0a14c00ffed8f498a50f8d749e2a5 (patch)
tree4547f5e8c738e8561800ad304ef9bee3b4b59ac4 /bin/sh/error.c
parent62ca5a5574d63235ad6f14c3ae38f880dc4eaa63 (diff)
downloadFreeBSD-src-e7ce62d8acb0a14c00ffed8f498a50f8d749e2a5.zip
FreeBSD-src-e7ce62d8acb0a14c00ffed8f498a50f8d749e2a5.tar.gz
sh: Add some __dead2 to indicate functions that do not return.
Diffstat (limited to 'bin/sh/error.c')
-rw-r--r--bin/sh/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/error.c b/bin/sh/error.c
index 72061b8..3fc7101 100644
--- a/bin/sh/error.c
+++ b/bin/sh/error.c
@@ -67,7 +67,7 @@ volatile sig_atomic_t intpending;
char *commandname;
-static void exverror(int, const char *, va_list) __printf0like(2, 0);
+static void exverror(int, const char *, va_list) __printf0like(2, 0) __dead2;
/*
* Called to raise an exception. Since C doesn't include exceptions, we
OpenPOWER on IntegriCloud