about summary refs log tree commit diff
path: root/dlfcn/dlfcn.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-03 08:26:04 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-03 08:26:04 +0200
commit6dfc0207ebeb639e47ba7387a9123ed622904cf7 (patch)
tree2206f40e0eaf0c3386bc31334668857f6c39967d /dlfcn/dlfcn.c
parent492560a32e14c9a985274e1995b67a577197261e (diff)
downloadglibc-6dfc0207ebeb639e47ba7387a9123ed622904cf7.tar.gz
glibc-6dfc0207ebeb639e47ba7387a9123ed622904cf7.tar.xz
glibc-6dfc0207ebeb639e47ba7387a9123ed622904cf7.zip
dlfcn: Move dlinfo 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/dlfcn.c')
-rw-r--r--dlfcn/dlfcn.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dlfcn/dlfcn.c b/dlfcn/dlfcn.c
index 90cdee0903..55ecfcabbe 100644
--- a/dlfcn/dlfcn.c
+++ b/dlfcn/dlfcn.c
@@ -48,6 +48,12 @@ __libdl_version_placeholder_1 (void)
 {
 }
 
+#if SHLIB_COMPAT (libdl, GLIBC_2_3_3, GLIBC_2_34) \
+  && ABI_libdl_GLIBC_2_3_3 != ABI_libdl_GLIBC_2_1
+compat_symbol (libdl, __libdl_version_placeholder_1,
+               __libdl_version_placeholder, GLIBC_2_3_3);
+#endif
+
 #if SHLIB_COMPAT (libdl, GLIBC_2_3_4, GLIBC_2_34) \
   && ABI_libdl_GLIBC_2_3_4 != ABI_libdl_GLIBC_2_1
 compat_symbol (libdl, __libdl_version_placeholder_1,