windows: shim sigset_t

This commit is contained in:
nick black 2021-07-23 11:15:34 -04:00 committed by nick black
parent df429410f1
commit 6154fbcb56

View File

@ -34,6 +34,7 @@ extern "C" {
typedef struct siginfo_t {
int aieeee;
} siginfo_t;
#define sigset_t int
typedef struct sigaction {
void (*sa_handler)(int);
void (*sa_sigaction)(int, siginfo_t *, void *);