diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-06 10:09:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-06 10:09:12 +0000 |
commit | 64e28687393f5359efe57854321283f5e8604f03 (patch) | |
tree | 4b300c33dd5a67762c53da2769d1bc6340ae47be /reentr.pl | |
parent | 8572b25d870f5a82a300ce816436b52f0f8afb0a (diff) | |
download | perl-64e28687393f5359efe57854321283f5e8604f03.tar.gz |
Change reentr.pl to generate reentr.h accordingly to change 29209
p4raw-id: //depot/perl@29210
Diffstat (limited to 'reentr.pl')
-rw-r--r-- | reentr.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 = ''; |