diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-03 23:00:14 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-03 23:06:00 +0200 |
commit | 5e17a480f83061a0dd0228b7e6415520f3136f94 (patch) | |
tree | f926aabcfcf544f85f6d5af86ac766dfe4a4ed1b /setjmp | |
parent | 51722f4dc796fc0e071f9d0350b03a65ba5c163a (diff) | |
download | glibc-5e17a480f83061a0dd0228b7e6415520f3136f94.tar.gz |
Revert parts of "hurd: Avoid more libc.so local PLTs"
This reverts parts of commit 82dbf555a4d41690f63b94ccb4db4bf43d873aa0.
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 0555d6d6b7..a2a7065a85 100644 --- a/setjmp/longjmp.c +++ b/setjmp/longjmp.c @@ -46,6 +46,4 @@ strong_alias (__libc_siglongjmp, __libc_longjmp) weak_alias (__libc_siglongjmp, _longjmp) weak_alias (__libc_siglongjmp, longjmp) weak_alias (__libc_siglongjmp, siglongjmp) -libc_hidden_def (__libc_longjmp) -libc_hidden_def (__libc_siglongjmp) #endif |