From 08e92e2443a6ca4cfd45b87e22bef3454f369752 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 5 Apr 2018 09:38:58 +0200 Subject: Revert "hurd: Avoid PLTs for longjmp & siglongjmp" This reverts commit e5f9508a32426b7c3948dc741d84355071ed9539. --- setjmp/longjmp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'setjmp') diff --git a/setjmp/longjmp.c b/setjmp/longjmp.c index 72d43f45df..a2a7065a85 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 -- cgit v1.2.3