mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Show crash reports on SIGSYS
This will help make it easier to troubleshoot ABI breakages with on operating systems that, unlike Linux don't have ironclad guarantees to not break userspace.
This commit is contained in:
parent
a4601a24d3
commit
44da16255a
11 changed files with 83 additions and 19 deletions
|
@ -8,7 +8,7 @@
|
|||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern hidden bool __nocolor;
|
||||
extern hidden int kCrashSigs[7];
|
||||
extern hidden int kCrashSigs[8];
|
||||
extern hidden bool g_isrunningundermake;
|
||||
|
||||
void __start_fatal(const char *, int) hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue