mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 14:28:30 +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
|
@ -8,7 +8,7 @@ extern bool32 g_isrunningundermake;
|
|||
|
||||
void __start_fatal(const char *, int);
|
||||
void __restore_tty(void);
|
||||
void __oncrash(int, struct siginfo *, void *);
|
||||
void __oncrash(int, siginfo_t *, void *);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* COSMOPOLITAN_LIBC_LOG_INTERNAL_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue