about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-03 22:59:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-03 22:59:25 +0200
commit51722f4dc796fc0e071f9d0350b03a65ba5c163a (patch)
treea4fb3eb4130380be1fe53342f6473d756b3f10ef /sysdeps
parentf2652643d7234c08205b75f527191c2e2b35251f (diff)
downloadglibc-51722f4dc796fc0e071f9d0350b03a65ba5c163a.tar.gz
glibc-51722f4dc796fc0e071f9d0350b03a65ba5c163a.tar.xz
glibc-51722f4dc796fc0e071f9d0350b03a65ba5c163a.zip
Revert "s390x: Fix hidden aliases"
This reverts commit 811836a411a1c97a0e70e7f096e57f316dc19c72.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/s390/longjmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/s390/longjmp.c b/sysdeps/s390/longjmp.c
index e543415df0..e61cdba2a3 100644
--- a/sysdeps/s390/longjmp.c
+++ b/sysdeps/s390/longjmp.c
@@ -33,8 +33,6 @@
    but were reverted before 2.20. Thus both versions are the same function.  */
 
 strong_alias (__libc_siglongjmp, __libc_longjmp)
-libc_hidden_def (__libc_longjmp)
-libc_hidden_def (__libc_siglongjmp)
 
 weak_alias (__libc_siglongjmp, __v1_longjmp)
 weak_alias (__libc_siglongjmp, __v2_longjmp)