mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-21 10:00:30 +00:00
Fix --ftrace on Windows
This commit is contained in:
parent
b02d13ccde
commit
9e6faa5256
3 changed files with 78 additions and 4 deletions
1
third_party/readline/signals.c
vendored
1
third_party/readline/signals.c
vendored
|
@ -59,7 +59,6 @@ typedef struct sigaction sighandler_cxt;
|
|||
# define rl_sigaction(s, nh, oh) sigaction(s, nh, oh)
|
||||
#else
|
||||
typedef struct { SigHandler *sa_handler; int sa_mask, sa_flags; } sighandler_cxt;
|
||||
# define sigemptyset(m)
|
||||
#endif /* !HAVE_POSIX_SIGNALS */
|
||||
|
||||
#ifndef SA_RESTART
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue