summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@squidward.rdu.redhat.com>2008-05-19 13:43:06 -0400
committerWilliam Cohen <wcohen@squidward.rdu.redhat.com>2008-05-19 13:43:06 -0400
commit9f41cf5ddd27ea58b9658e4f1e4859f83a11c2a9 (patch)
treeddc73696f41c83c3a9ef98bc624b39d03770f812 /main.cxx
parent277f2b79b02bf69a1d72d05b06086b07bcc6a113 (diff)
downloadsystemtap-steved-9f41cf5ddd27ea58b9658e4f1e4859f83a11c2a9.tar.gz
systemtap-steved-9f41cf5ddd27ea58b9658e4f1e4859f83a11c2a9.tar.xz
systemtap-steved-9f41cf5ddd27ea58b9658e4f1e4859f83a11c2a9.zip
Remove sa_restorer initialization.
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index b53499b7..b7eac167 100644
--- a/main.cxx
+++ b/main.cxx
@@ -276,7 +276,6 @@ setup_signals (sighandler_t handler)
sigaddset (&sa.sa_mask, SIGTERM);
}
sa.sa_flags = 0;
- sa.sa_restorer = NULL;
sigaction (SIGHUP, &sa, NULL);
sigaction (SIGPIPE, &sa, NULL);