aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>1999-08-17 09:50:21 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>1999-08-17 09:50:21 +0000
commit526148f2b903504ef725490c368adc99ef260b1f (patch)
treee8dafa57940195b7ecae7aaf5f2ab12b67e1cdf2 /lib/libc_r
parent6efd8273f41aca5ba705ee4b7c8df145f5b61b01 (diff)
Notes
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/uthread/uthread_autoinit.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/uthread/uthread_autoinit.cc b/lib/libc_r/uthread/uthread_autoinit.cc
index 1cebd758ff01..033f01fa6a9e 100644
--- a/lib/libc_r/uthread/uthread_autoinit.cc
+++ b/lib/libc_r/uthread/uthread_autoinit.cc
@@ -72,9 +72,9 @@ static _thread_init_invoker the_thread_init_invoker;
* Namely, we must arrange for this particular module to be pulled in from
* the archive library at link time. To accomplish that, we define and
* initialize a variable, "_thread_autoinit_dummy_decl". This variable is
- * referenced (as an extern) from the module "uthread_init.c". So, if
- * that module is used, then it will create a need for this module as well,
- * ensuring that this module will be present in the executable.
+ * referenced (as an extern) from libc/stdlib/exit.c. This will always
+ * create a need for this module, ensuring that it is present in the
+ * executable.
*
* We know that, if the user does _anything_ at all with threads, then the
* "uthread_init.c" module will be linked in. That is the case because