File wvcrash.diff of Package wvstreams
Index: utils/wvcrash.cc =================================================================== --- utils/wvcrash.cc.orig +++ utils/wvcrash.cc @@ -388,7 +388,6 @@ void wvcrash_add_signal(int sig) act.sa_handler = wvcrash; sigfillset(&act.sa_mask); act.sa_flags = SA_ONSTACK | SA_RESTART; - act.sa_restorer = NULL; if (sigaction(sig, &act, NULL)) fprintf(stderr, "Failed to setup wvcrash handler for signal %d: %s\n",