Change 17781 by [EMAIL PROTECTED] on 2002/08/26 14:48:35
#17775 changed reentr.c instead of reentr.pl, which generates it
Affected files ...
.... //depot/perl/reentr.pl#19 edit
Differences ...
==== //depot/perl/reentr.pl#19 (text) ====
Index: perl/reentr.pl
--- perl/reentr.pl#18~16711~ Mon May 20 07:24:38 2002
+++ perl/reentr.pl Mon Aug 26 07:48:35 2002
@@ -457,6 +457,8 @@
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;
End of Patch.