mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Issue new Blinkenlights release
This commit is contained in:
parent
94afa982c3
commit
c42dbe0e9e
2 changed files with 6 additions and 5 deletions
|
@ -230,7 +230,7 @@ relegated void __oncrash(int sig, struct siginfo *si, ucontext_t *ctx) {
|
|||
int gdbpid, err;
|
||||
static bool once;
|
||||
err = errno;
|
||||
if (once) abort();
|
||||
if (once) _exit(119);
|
||||
once = true;
|
||||
/* TODO(jart): Needs translation for ucontext_t and possibly siginfo_t. */
|
||||
if (IsFreebsd() || IsOpenbsd()) ctx = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue