diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-17 02:41:04 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-17 02:41:04 +0000 |
| commit | f28529d7985df9d19f8a03600c96c8add57a296c (patch) | |
| tree | e1f9fc28d9627b40293d4eecbb19cbbaf3f123f4 /lib/libc | |
| parent | 64cfdfc6fb9bb0609c967dcddc9e58890b416b7b (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/dlopen.3 | 8 |
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 |
