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 | 6a1ed32789eaec6e1cd4345552e7342b5b18da5f (patch) | |
tree | cb2adb82af54f07d6d086d8b91c42d6d5fec23ac /sysdeps/unix/sysv/linux/nios2/libc.abilist | |
parent | 77f876c0e3ac08a98daa60fbad44061d4e4c3d14 (diff) | |
download | glibc-6a1ed32789eaec6e1cd4345552e7342b5b18da5f.tar glibc-6a1ed32789eaec6e1cd4345552e7342b5b18da5f.tar.gz glibc-6a1ed32789eaec6e1cd4345552e7342b5b18da5f.tar.bz2 glibc-6a1ed32789eaec6e1cd4345552e7342b5b18da5f.zip |
dlfcn: Move dlmopen into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/nios2/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/libc.abilist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/nios2/libc.abilist b/sysdeps/unix/sysv/linux/nios2/libc.abilist index 91e8dac129..748f12c254 100644 --- a/sysdeps/unix/sysv/linux/nios2/libc.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libc.abilist @@ -766,6 +766,7 @@ GLIBC_2.21 dl_iterate_phdr F GLIBC_2.21 dladdr F GLIBC_2.21 dlclose F GLIBC_2.21 dlerror F +GLIBC_2.21 dlmopen F GLIBC_2.21 dlsym F GLIBC_2.21 dngettext F GLIBC_2.21 dprintf F @@ -2382,6 +2383,7 @@ GLIBC_2.34 cnd_wait F GLIBC_2.34 dladdr F GLIBC_2.34 dlclose F GLIBC_2.34 dlerror F +GLIBC_2.34 dlmopen F GLIBC_2.34 dlsym F GLIBC_2.34 execveat F GLIBC_2.34 mtx_destroy F |