From: Hugo van der Sanden Date: Mon, 26 Aug 2002 14:48:35 +0000 (+0000) Subject: #17775 changed reentr.c instead of reentr.pl, which generates it X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1b6e066887bd14a26bc2e378007ac692eb28631b;p=p5sagit%2Fp5-mst-13.2.git #17775 changed reentr.c instead of reentr.pl, which generates it p4raw-id: //depot/perl@17781 --- diff --git a/reentr.pl b/reentr.pl index cb9aca8..b2a6b91 100644 --- a/reentr.pl +++ b/reentr.pl @@ -457,6 +457,8 @@ EOF push @init, <_${func}_struct.initialized = 0; + /* work around glibc-2.2.5 bug */ + PL_reentrant_buffer->_${func}_struct.current_saltbits = 0; #endif EOF pushssif $endif;