This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[hurd,commited 1/2] Revert "s390x: Fix hidden aliases"
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: libc-alpha at sourceware dot org
- Cc: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- Date: Tue, 3 Apr 2018 23:07:43 +0200
- Subject: [hurd,commited 1/2] Revert "s390x: Fix hidden aliases"
- References: <20180403210744.10927-1-samuel.thibault@ens-lyon.org>
This reverts commit 811836a411a1c97a0e70e7f096e57f316dc19c72.
---
ChangeLog | 2 --
sysdeps/s390/longjmp.c | 2 --
2 files changed, 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5d3bf33698..d2dabfb3f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -533,8 +533,6 @@
defs.
* sysdeps/mach/hurd/sigwait.c (__sigwait): Call __libc_longjmp instead
of longjmp.
- * sysdeps/s390/longjmp.c (__libc_longjmp, __libc_siglongjmp): New
- hidden defs.
* sysdeps/mach/hurd/localplt.data: New file.
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)
--
2.16.2