1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Revert parts of "hurd: Avoid more libc.so local PLTs"

This reverts parts of commit 82dbf555a4.
This commit is contained in:
Samuel Thibault
2018-04-03 23:00:14 +02:00
parent 51722f4dc7
commit 5e17a480f8
6 changed files with 4 additions and 20 deletions

View File

@ -152,7 +152,7 @@ faulted (void)
__libc_fatal ("BUG: unexpected fault in signal thread\n");
_hurdsig_fault_preemptor.signals = 0;
__libc_longjmp (_hurdsig_fault_env, 1);
longjmp (_hurdsig_fault_env, 1);
}
static char faultstack[1024];