diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2012-05-19 04:34:32 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2012-05-19 04:34:32 -0700 |
commit | 8156aad786754499f4636104aa5bd8a27a281448 (patch) | |
tree | 9f889790812e615b7a187bfcdd8216cabaedd615 /xinit.c | |
parent | 641588afe92c803a1231ecf6281115f55b20e62a (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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |