* dcrt0.cc (dll_crt0_1): Comment assumption.
* exceptions.cc (sigpacket::setup_handler): Avoid sending signals during fork processing.
This commit is contained in:
@@ -891,6 +891,8 @@ dll_crt0_1 (void *)
|
||||
_tlstop = (char *) fork_info->stacktop;
|
||||
}
|
||||
|
||||
/* Not resetting _my_tls.incyg here because presumably fork will overwrite
|
||||
it with the value of the forker and all will be good. */
|
||||
longjmp (fork_info->jmp, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user