summaryrefslogtreecommitdiff
path: root/src/common/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/core.cpp')
-rw-r--r--src/common/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.cpp b/src/common/core.cpp
index a6a170b..ef953f8 100644
--- a/src/common/core.cpp
+++ b/src/common/core.cpp
@@ -46,7 +46,7 @@ void chld_proc(int)
{
wait(NULL);
}
-static
+static __attribute__((noreturn))
void sig_proc(int)
{
for (int i = 1; i < 31; ++i)