From 563ccc160c6c2fd769d62218fe5f1eab8fda9a9d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Feb 2004 06:32:07 +0000 Subject: [PATCH] spawn_child_process doesn't return --- stepmania/src/archutils/Unix/CrashHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Unix/CrashHandler.cpp b/stepmania/src/archutils/Unix/CrashHandler.cpp index 286e829d80..42e20c190c 100644 --- a/stepmania/src/archutils/Unix/CrashHandler.cpp +++ b/stepmania/src/archutils/Unix/CrashHandler.cpp @@ -36,7 +36,7 @@ static void safe_print(int fd, ...) } -static void spawn_child_process(int from_parent) +static void NORETURN spawn_child_process( int from_parent ) { /* We need to re-exec ourself, to get a clean process. Close all * FDs except for 0-2 and to_child, and then assign to_child to 3. */