From: Jarkko Hietaniemi Date: Fri, 6 Jul 2001 12:29:56 +0000 (+0000) Subject: Retract #11165 since Sarathy pointed out it'll not X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27c1a44904f576ca0fc33bd8070d7239504a6477;p=p5sagit%2Fp5-mst-13.2.git Retract #11165 since Sarathy pointed out it'll not work properly under threads, the problem should be solved using "the savestack, either via SSNEW() or using a newSVpv()+SAVEFREESV() combo." p4raw-id: //depot/perl@11175 --- diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 00cf05b..1bf8521 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -1185,7 +1185,7 @@ sigaction(sig, optaction, oldaction = 0) struct sigaction act; struct sigaction oact; sigset_t sset; - static sigset_t osset; + sigset_t osset; POSIX__SigSet sigset; SV** svp; SV** sigsvp = hv_fetch(GvHVn(siggv),