]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: Make it more explicit that LD_BIND_NOW overrides RTLD_LAZY
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 17 Nov 2015 09:31:56 +0000 (10:31 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 17 Nov 2015 09:31:56 +0000 (10:31 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index 9c93429d9de02b51b7f0549b4cc95da1eb6b905f..d9d9e55d78c945d90b536ffdbabffc5f2baa5b83 100644 (file)
@@ -131,6 +131,11 @@ If the symbol is never referenced, then it is never resolved.
 (Lazy binding is performed only for function references;
 references to variables are always immediately bound when
 the shared object is loaded.)
+Since glibc 2.1.1,
+.\" commit 12b5b6b7f78ea111e89bbf638294a5413c791072
+this flag is overridden by the effect of the
+.B LD_BIND_NOW
+environment variable.
 .TP
 .B RTLD_NOW
 If this value is specified, or the environment variable