mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
windows: shim sigset_t
This commit is contained in:
parent
df429410f1
commit
6154fbcb56
@ -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 *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user