summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1999-02-17 02:41:04 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1999-02-17 02:41:04 +0000
commitf28529d7985df9d19f8a03600c96c8add57a296c (patch)
treee1f9fc28d9627b40293d4eecbb19cbbaf3f123f4 /lib/libc
parent64cfdfc6fb9bb0609c967dcddc9e58890b416b7b (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/dlopen.38
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3
index 7cdfbd711043..9e848f9e8428 100644
--- a/lib/libc/gen/dlopen.3
+++ b/lib/libc/gen/dlopen.3
@@ -219,6 +219,14 @@ The object-intrinsic functions
and
.Fn _fini
are called with no arguments, and are not expected to return values.
+.Sh NOTES
+ELF executables need to be linked
+using the
+.Fl export-dynamic
+option to
+.Xr ld 1
+for symbols defined in the executable to become visible to
+.Fn dlsym .
.Sh ERRORS
.Fn dlopen
and