]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: Make it clear that RTLD_NODELETE also affects global variables
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 3 Jul 2019 09:46:16 +0000 (11:46 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 3 Jul 2019 09:46:16 +0000 (11:46 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index 974fe9a47c7370bb8de030c83c556ca200d5ee7c..95b37fe2bbbe7d9ba51175a0c20caa9ca4751042 100644 (file)
@@ -163,7 +163,7 @@ references in subsequently loaded shared objects.
 .BR RTLD_NODELETE " (since glibc 2.2)"
 Do not unload the shared object during
 .BR dlclose ().
-Consequently, the object's static variables are not reinitialized
+Consequently, the object's static and global variables are not reinitialized
 if the object is reloaded with
 .BR dlopen ()
 at a later time.