#17775 changed reentr.c instead of reentr.pl, which generates it
Hugo van der Sanden [Mon, 26 Aug 2002 14:48:35 +0000 (14:48 +0000)]
p4raw-id: //depot/perl@17781

reentr.pl

index cb9aca8..b2a6b91 100644 (file)
--- 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;