summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 9583901d18..8b05a170ab 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -1321,7 +1321,9 @@ sub docout ($$$) { # output the docs for one function group
if ( ($item_flags =~ /p/ && $item_flags =~ /o/ && $item_flags !~ /M/)
# Can't handle threaded varargs
- || ($item_flags =~ /f/ && $item_flags !~ /T/))
+ || ( $item_flags =~ /f/
+ && $item_flags !~ /T/
+ && $item_name !~ /strftime/))
{
$item->{name} = "Perl_$item_name";
print $fh <<~"EOT";