From: Rafael Garcia-Suarez Date: Mon, 6 Nov 2006 10:09:12 +0000 (+0000) Subject: Change reentr.pl to generate reentr.h accordingly to change 29209 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64e28687393f5359efe57854321283f5e8604f03;p=p5sagit%2Fp5-mst-13.2.git Change reentr.pl to generate reentr.h accordingly to change 29209 p4raw-id: //depot/perl@29210 --- diff --git a/reentr.pl b/reentr.pl index c8a5606..527bd1c 100644 --- a/reentr.pl +++ b/reentr.pl @@ -717,6 +717,9 @@ EOF } my $call = "${func}_r($v$w)"; + if ($func eq 'localtime') { + $call = "L_R_TZSET $call"; + } # Must make OpenBSD happy my $memzero = '';