From 3dc6bb41cd0050bc92be3ef07aabb21e46680179 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 1 Nov 2008 14:17:19 +0900 Subject: [PATCH] Remove reference to sa_restorer, because it's not part of POSIX. Prevented compilation on Cygwin. Reported by unknown-1 --- src/language/stats/wilcoxon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/language/stats/wilcoxon.c b/src/language/stats/wilcoxon.c index bca0b7d9..7552d7ec 100644 --- a/src/language/stats/wilcoxon.c +++ b/src/language/stats/wilcoxon.c @@ -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)) -- 2.30.2