mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-29 22:10:27 +00:00
Fix regression in _gclongjmp()
This commit is contained in:
parent
da45c7c80b
commit
65f32fad52
12 changed files with 225 additions and 25 deletions
|
@ -55,6 +55,9 @@ bool32 IsDebuggerPresent(bool);
|
|||
bool IsRunningUnderMake(void);
|
||||
const char *GetSiCodeName(int, int);
|
||||
void AppendResourceReport(char **, struct rusage *, const char *);
|
||||
char *GetSymbolByAddr(int64_t);
|
||||
void PrintGarbage(FILE *);
|
||||
void PrintGarbageNumeric(FILE *);
|
||||
|
||||
#define showcrashreports() ShowCrashReports()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue