mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Favor siginfo_t over struct siginfo
This commit is contained in:
parent
c638eabfe0
commit
deaef81463
20 changed files with 37 additions and 39 deletions
2
third_party/python/launch.c
vendored
2
third_party/python/launch.c
vendored
|
@ -96,7 +96,7 @@ LaunchPythonModule(const char *name)
|
|||
#if USE_COSMO_CRASH
|
||||
void
|
||||
ShowCrashReportHook(int err, int fd, int sig,
|
||||
struct siginfo *si, ucontext_t *ctx)
|
||||
siginfo_t *si, ucontext_t *ctx)
|
||||
{
|
||||
PyObject *str;
|
||||
PyFrameObject *frame;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue