pads haven't actually contained any PVGVs since change 27313.
[p5sagit/p5-mst-13.2.git] / reentr.pl
index c8a5606..527bd1c 100644 (file)
--- 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 = '';