Remove reference to sa_restorer, because it's not part of POSIX.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 1 Nov 2008 05:17:19 +0000 (14:17 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 1 Nov 2008 05:17:19 +0000 (14:17 +0900)
Prevented compilation on Cygwin.  Reported by unknown-1

src/language/stats/wilcoxon.c

index bca0b7d96a7ee95725e5fbb93b37ea9ba06964be..7552d7ece1f84e37acd189de6aaeebf4ce11ba2a 100644 (file)
@@ -402,7 +402,6 @@ timed_wilcoxon_significance (double w, long int n, double timer)
   timeout_action.sa_mask = set;
   timeout_action.sa_flags = 0;
 
-  timeout_action.sa_restorer = 0;
   timeout_action.sa_handler = give_up_callback;
 
   if ( 0 == sigsetjmp (env, 1))