summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2013-09-29 07:57:37 -0700
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2013-09-29 08:18:42 -0700
commit09a9451af29545196cedfc8dcaf32e3f1ccc672b (patch)
treea68660b1897c095d9a35bf860ddae71a0688ddeb /process.c
parenta2c8f59f13caf63a642bad1b97d9adf5a9e01bcb (diff)
downloadxorg-app-xauth-09a9451af29545196cedfc8dcaf32e3f1ccc672b.tar.gz
Silenece lack of noreturn warning
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/process.c b/process.c
index 83d9e60..2f13f64 100644
--- a/process.c
+++ b/process.c
@@ -637,6 +637,7 @@ static volatile Bool dieing = False;
#define WRITES(fd, S) (void)write((fd), (S), strlen((S)))
/* ARGSUSED */
+_X_NORETURN
static void
die(int sig)
{
@@ -645,6 +646,7 @@ die(int sig)
/* NOTREACHED */
}
+_X_NORETURN
static void
catchsig(int sig)
{