[Xfce4-commits] <xfwm4:xfce-4.8> Do not fiddle with SIGSEGV
Olivier Fourdan
noreply at xfce.org
Tue Oct 25 14:26:02 CEST 2011
Updating branch refs/heads/xfce-4.8
to 2456a40fddfb7b4af97cdc878abaf335046f57d2 (commit)
from 109d8b2409900fef3d4b75e2441b977721b4d35e (commit)
commit 2456a40fddfb7b4af97cdc878abaf335046f57d2
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Tue Oct 25 13:49:11 2011 +0200
Do not fiddle with SIGSEGV
src/main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main.c b/src/main.c
index 621bfa1..272edd2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -134,7 +134,6 @@ setupHandler (gboolean install)
sigaction (SIGTERM, &act, NULL);
sigaction (SIGHUP, &act, NULL);
sigaction (SIGUSR1, &act, NULL);
- sigaction (SIGSEGV, &act, NULL);
}
static void
More information about the Xfce4-commits
mailing list