summaryrefslogtreecommitdiff
path: root/regen/reentr.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-03-18 18:35:08 -0600
committerKarl Williamson <khw@cpan.org>2020-03-18 19:03:01 -0600
commit3d7d42a3d3cb2d8cfe70a89726c7ae83e1bcca9b (patch)
treeaa23684d8d3939b0e8ba7919e76f0c546771eb5b /regen/reentr.pl
parent76baed8ee42cc99d62eddb7e6bce489c46332c41 (diff)
downloadperl-3d7d42a3d3cb2d8cfe70a89726c7ae83e1bcca9b.tar.gz
regen/reentr.pl: Add comment
Diffstat (limited to 'regen/reentr.pl')
-rw-r--r--regen/reentr.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/regen/reentr.pl b/regen/reentr.pl
index 52ad1324c7..f2c1d7cf3c 100644
--- a/regen/reentr.pl
+++ b/regen/reentr.pl
@@ -1173,6 +1173,13 @@ EOF
read_only_bottom_close_and_rename($c);
+# As of March 2020, the config.h entries that have reentrant prototypes that
+# aren't in this file are:
+# drand48
+# random
+# srand48
+# srandom
+
# The meanings of the flags are derivable from %map above
# Fnc, arg flags| hdr | ? struct type | prototypes...
__DATA__