summaryrefslogtreecommitdiff
path: root/xinit.c
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2012-05-19 04:34:32 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2012-05-19 04:34:32 -0700
commit8156aad786754499f4636104aa5bd8a27a281448 (patch)
tree9f889790812e615b7a187bfcdd8216cabaedd615 /xinit.c
parent641588afe92c803a1231ecf6281115f55b20e62a (diff)
Annotate Fatal and Fatalx as _X_NORETURN
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'xinit.c')
-rw-r--r--xinit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xinit.c b/xinit.c
index 2ab817f..46f717a 100644
--- a/xinit.c
+++ b/xinit.c
@@ -653,6 +653,7 @@ verrorx(const char *fmt, va_list ap)
}
static void
+_X_NORETURN
Fatal(const char *fmt, ...)
{
va_list ap;
@@ -663,6 +664,7 @@ Fatal(const char *fmt, ...)
}
static void
+_X_NORETURN
Fatalx(const char *fmt, ...)
{
va_list ap;