summaryrefslogtreecommitdiff
path: root/src/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.c')
-rw-r--r--src/system.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/system.c b/src/system.c
index 9e273bc7..eb41c28d 100644
--- a/src/system.c
+++ b/src/system.c
@@ -298,10 +298,8 @@ xdup2 (int from, int into)
}
}
-static void wait_for_grandchild (pid_t pid) __attribute__ ((__noreturn__));
-
/* Propagate any failure of the grandchild back to the parent. */
-static void
+static _Noreturn void
wait_for_grandchild (pid_t pid)
{
int wait_status;