summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reentr.c8
-rw-r--r--regen/reentr.pl8
2 files changed, 14 insertions, 2 deletions
diff --git a/reentr.c b/reentr.c
index 9a10dcae51..c464acc834 100644
--- a/reentr.c
+++ b/reentr.c
@@ -10,10 +10,16 @@
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
* This file is built by regen/reentr.pl from data in regen/reentr.pl.
* Any changes made here will be lost!
- *
+ */
+
+/*
* "Saruman," I said, standing away from him, "only one hand at a time can
* wield the One, and you know that well, so do not trouble to say we!"
*
+ * [p.260 of _The Lord of the Rings_, II/ii: "The Council of Elrond"]
+ */
+
+/*
* This file contains a collection of automatically created wrappers
* (created by running reentr.pl) for reentrant (thread-safe) versions of
* various library calls, such as getpwent_r. The wrapping is done so
diff --git a/regen/reentr.pl b/regen/reentr.pl
index f22f085da9..3a0afafe2e 100644
--- a/regen/reentr.pl
+++ b/regen/reentr.pl
@@ -748,10 +748,16 @@ read_only_bottom_close_and_rename($h);
# Prepare to write the reentr.c.
my $c = open_print_header('reentr.c', <<'EOQ');
- *
+ */
+
+/*
* "Saruman," I said, standing away from him, "only one hand at a time can
* wield the One, and you know that well, so do not trouble to say we!"
*
+ * [p.260 of _The Lord of the Rings_, II/ii: "The Council of Elrond"]
+ */
+
+/*
* This file contains a collection of automatically created wrappers
* (created by running reentr.pl) for reentrant (thread-safe) versions of
* various library calls, such as getpwent_r. The wrapping is done so