From 5e17a480f83061a0dd0228b7e6415520f3136f94 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 3 Apr 2018 23:00:14 +0200 Subject: Revert parts of "hurd: Avoid more libc.so local PLTs" This reverts parts of commit 82dbf555a4d41690f63b94ccb4db4bf43d873aa0. --- sysdeps/mach/hurd/sigwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/sigwait.c b/sysdeps/mach/hurd/sigwait.c index 321ab46d14..ce17cce895 100644 --- a/sysdeps/mach/hurd/sigwait.c +++ b/sysdeps/mach/hurd/sigwait.c @@ -59,7 +59,7 @@ __sigwait (const sigset_t *set, int *sig) handler (int sig) { assert (sig == signo); - __libc_longjmp (buf, 1); + longjmp (buf, 1); } wait = __mach_reply_port (); -- cgit 1.4.1