Skip to content

Commit

Permalink
reentr.pl: XXX about needing mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent 0d19a44 commit 50a2011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regen/reentr.pl
Expand Up @@ -705,6 +705,7 @@ sub define {
}

# This needs a special case, see its definition in config.h
# XXX
my $setup = ($func eq 'localtime') ? "L_R_TZSET " : "";

my $call = "$setup${func}_r($v$w)";
Expand Down

0 comments on commit 50a2011

Please sign in to comment.