]> sourceware.org Git - systemtap.git/commitdiff
Remove sa_restorer initialization.
authorWilliam Cohen <wcohen@squidward.rdu.redhat.com>
Mon, 19 May 2008 17:43:06 +0000 (13:43 -0400)
committerWilliam Cohen <wcohen@squidward.rdu.redhat.com>
Mon, 19 May 2008 17:43:06 +0000 (13:43 -0400)
ChangeLog
main.cxx

index 92aad43b873292034433d579c381eaa49bdf8afd..811138aca8375e17afd8723036277d6a44ca51fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-19  William Cohen  <wcohen@redhat.com>
+
+       * main.cxx (setup_signals): Remove sa_restorer initialization.
+
 2008-05-17  Frank Ch. Eigler  <fche@elastic.org>
 
        * elaborate.cxx (semantic_pass): Error on #probes=0, but not in
index b53499b7515e253ee9314f18b000325c5f7fd87e..b7eac167ebbf923de429f263a8f5084dbeb2e289 100644 (file)
--- 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);
This page took 0.032708 seconds and 5 git commands to generate.