about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/alpha/pt-vfork.S
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-05-25 09:04:54 -0700
committerRichard Henderson <rth@twiddle.net>2014-05-25 09:04:54 -0700
commit82aab97cbf74d03ff7eab70f918548e14fe0a370 (patch)
treeb8d4ef8b3e7c156a5f533a991a1e5b0820ef23b1 /sysdeps/unix/sysv/linux/alpha/pt-vfork.S
parent900e445fad9bf301a42c0d0008cce504ad94050e (diff)
downloadglibc-82aab97cbf74d03ff7eab70f918548e14fe0a370.tar.gz
glibc-82aab97cbf74d03ff7eab70f918548e14fe0a370.tar.xz
glibc-82aab97cbf74d03ff7eab70f918548e14fe0a370.zip
alpha: Do non-default symbols in pt-vfork.S
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/pt-vfork.S')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/pt-vfork.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/pt-vfork.S b/sysdeps/unix/sysv/linux/alpha/pt-vfork.S
index 1d137365b2..18bf338b9f 100644
--- a/sysdeps/unix/sysv/linux/alpha/pt-vfork.S
+++ b/sysdeps/unix/sysv/linux/alpha/pt-vfork.S
@@ -32,3 +32,12 @@
 #include <vfork.S>
 
 #endif
+
+#if SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_20)
+compat_symbol (libpthread, __libc_vfork, vfork, GLIBC_2_0);
+#endif
+
+#if SHLIB_COMPAT (libpthread, GLIBC_2_1_2, GLIBC_2_20)
+strong_alias (__libc_vfork, __vfork_compat)
+compat_symbol (libpthread, __vfork_compat, __vfork, GLIBC_2_1_2);
+#endif