summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-10-10 14:55:47 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-02-05 13:57:35 +1000
commitb421e56afcff07b1e36009a4e18cd238707debf3 (patch)
treea46f54f3ae4fde1a345375f0e851d72c5ba92770
parent03d9896d3152749c68441a6d913a40dd05754082 (diff)
Drop SIGUNUSED
"Where defined, SIGUNUSED is synonymous with SIGSYS on most architectures. Since glibc 2.26, SIGUNUSED is no longer defined on any architecture." from signal(7)
-rw-r--r--src/xorg-gtest_main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xorg-gtest_main.cpp b/src/xorg-gtest_main.cpp
index 2ee43d9..54c80bb 100644
--- a/src/xorg-gtest_main.cpp
+++ b/src/xorg-gtest_main.cpp
@@ -91,7 +91,6 @@ static void setup_signal_handlers() {
SIGSTKFLT,
SIGIO,
SIGPWR,
- SIGUNUSED,
};
struct sigaction action;