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 Nov 13, 2023
1 parent cd026f6 commit 5cb3f80
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 5cb3f80

Please sign in to comment.