diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-07-03 11:46:16 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-07-03 11:46:16 +0200 |
| commit | d031ca920eadae881504a8491eea6978eb2fc050 (patch) | |
| tree | 17886b3ff151511d8509de7f94b8616a6a0accd5 /man3 | |
| parent | 9bdbaa8ab2fe45cbb7d7b8b483b6e79dc2b8a5b2 (diff) | |
| download | man-pages-d031ca920eadae881504a8491eea6978eb2fc050.tar.gz | |
dlopen.3: Make it clear that RTLD_NODELETE also affects global variables
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/dlopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 974fe9a47c..95b37fe2bb 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -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. |
