summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-05-30 00:58:37 +0000
committerkan <kan@FreeBSD.org>2003-05-30 00:58:37 +0000
commit8e101c8536ec3d52a867f5a6891b952e27fb8b6f (patch)
tree5099bb77fbdc0c43a7e07232f80cb2a2376f392b /lib
parentde8f54e71ea2e367332b9a7905c11a37ac754421 (diff)
downloadFreeBSD-src-8e101c8536ec3d52a867f5a6891b952e27fb8b6f.zip
FreeBSD-src-8e101c8536ec3d52a867f5a6891b952e27fb8b6f.tar.gz
Add an stub for _rtld_thread_init. This is a part I missed in
my last commit. Approved by: re (scottl)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/dlfcn.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/gen/dlfcn.c b/lib/libc/gen/dlfcn.c
index ed9bf85..25aa945 100644
--- a/lib/libc/gen/dlfcn.c
+++ b/lib/libc/gen/dlfcn.c
@@ -111,3 +111,10 @@ dlinfo(void * __restrict handle, int request, void * __restrict p)
_rtld_error(sorry);
return NULL;
}
+
+#pragma weak _rtld_thread_init
+void
+_rtld_thread_init(void * li)
+{
+ _rtld_error(sorry);
+}
OpenPOWER on IntegriCloud