Fix --ftrace on Windows

This commit is contained in:
Justine Tunney 2024-01-01 00:00:23 -08:00
parent b02d13ccde
commit 9e6faa5256
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 78 additions and 4 deletions

View file

@ -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