summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-06 12:29:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-06 12:29:56 +0000
commit27c1a44904f576ca0fc33bd8070d7239504a6477 (patch)
tree30d7c8398a080c5a358343faf9028b6e9ce568d6 /ext/POSIX
parentf566a835390510a17d48e463c9c63df19f5ba200 (diff)
downloadperl-27c1a44904f576ca0fc33bd8070d7239504a6477.tar.gz
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
Diffstat (limited to 'ext/POSIX')
-rw-r--r--ext/POSIX/POSIX.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs
index 00cf05bae3..1bf8521a1a 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),