diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-05 09:38:58 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-05 09:38:58 +0200 |
commit | 08e92e2443a6ca4cfd45b87e22bef3454f369752 (patch) | |
tree | 5113bab4d368f6e8c990bdf53d143a34e6a4b2b0 /setjmp | |
parent | c120981d72faa4a07a31d92f015353b12d72d992 (diff) | |
download | glibc-08e92e2443a6ca4cfd45b87e22bef3454f369752.zip glibc-08e92e2443a6ca4cfd45b87e22bef3454f369752.tar.gz glibc-08e92e2443a6ca4cfd45b87e22bef3454f369752.tar.bz2 |
Revert "hurd: Avoid PLTs for longjmp & siglongjmp"
This reverts commit e5f9508a32426b7c3948dc741d84355071ed9539.
Diffstat (limited to 'setjmp')
-rw-r--r-- | setjmp/longjmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setjmp/longjmp.c b/setjmp/longjmp.c index 72d43f4..a2a7065 100644 --- a/setjmp/longjmp.c +++ b/setjmp/longjmp.c @@ -45,7 +45,5 @@ __libc_siglongjmp (sigjmp_buf env, int val) strong_alias (__libc_siglongjmp, __libc_longjmp) weak_alias (__libc_siglongjmp, _longjmp) weak_alias (__libc_siglongjmp, longjmp) -libc_hidden_def (longjmp) weak_alias (__libc_siglongjmp, siglongjmp) -libc_hidden_def (siglongjmp) #endif |