summaryrefslogtreecommitdiff
path: root/reentr.pl
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2002-08-26 14:48:35 +0000
committerhv <hv@crypt.org>2002-08-26 14:48:35 +0000
commit1b6e066887bd14a26bc2e378007ac692eb28631b (patch)
tree6161aac203ddecb3785ce105d43496533411a075 /reentr.pl
parent0772a4e5ebeb4d946aa2ef5ed4d54b8a567fca2e (diff)
downloadperl-1b6e066887bd14a26bc2e378007ac692eb28631b.tar.gz
#17775 changed reentr.c instead of reentr.pl, which generates it
p4raw-id: //depot/perl@17781
Diffstat (limited to 'reentr.pl')
-rw-r--r--reentr.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/reentr.pl b/reentr.pl
index cb9aca82db..b2a6b917f6 100644
--- a/reentr.pl
+++ b/reentr.pl
@@ -457,6 +457,8 @@ EOF
push @init, <<EOF;
#ifdef __GLIBC__
PL_reentrant_buffer->_${func}_struct.initialized = 0;
+ /* work around glibc-2.2.5 bug */
+ PL_reentrant_buffer->_${func}_struct.current_saltbits = 0;
#endif
EOF
pushssif $endif;