Revert "s390x: Fix hidden aliases"

This reverts commit 811836a411.
This commit is contained in:
Samuel Thibault 2018-04-03 22:59:17 +02:00
parent f2652643d7
commit 51722f4dc7
2 changed files with 0 additions and 4 deletions

View File

@ -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.

View File

@ -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)