diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-03 08:26:04 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-03 08:26:04 +0200 |
commit | 602252b553031d49c70467bfebcb1ba3bd264501 (patch) | |
tree | 1a1b1071ffcb164387c706c2b39544d4439b0956 /dlfcn/Versions | |
parent | d8cce17d2a8f572f26ed483246a505f45579ea0e (diff) | |
download | glibc-602252b553031d49c70467bfebcb1ba3bd264501.zip glibc-602252b553031d49c70467bfebcb1ba3bd264501.tar.gz glibc-602252b553031d49c70467bfebcb1ba3bd264501.tar.bz2 |
dlfcn: Move dladdr into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'dlfcn/Versions')
-rw-r--r-- | dlfcn/Versions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dlfcn/Versions b/dlfcn/Versions index d00993a..f801fff 100644 --- a/dlfcn/Versions +++ b/dlfcn/Versions @@ -1,9 +1,11 @@ libc { GLIBC_2.0 { + dladdr; dlclose; dlerror; } GLIBC_2.34 { + dladdr; dlclose; dlerror; } @@ -15,7 +17,6 @@ libc { } libdl { GLIBC_2.0 { - dladdr; dlopen; dlsym; } |