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:
@ -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];
|
||||
|
Reference in New Issue
Block a user