mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +00:00
Revamp posix_spawn() implementation
This commit is contained in:
parent
b41f91c658
commit
0cee831da3
15 changed files with 383 additions and 215 deletions
|
@ -278,7 +278,6 @@ static wontreturn relegated noinstrument void __minicrash(int sig,
|
|||
* @vforksafe
|
||||
*/
|
||||
relegated void __oncrash(int sig, struct siginfo *si, ucontext_t *ctx) {
|
||||
kprintf("oncrash\n");
|
||||
intptr_t rip;
|
||||
int me, owner;
|
||||
int gdbpid, err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue