mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
windows: stub out siginfo_t
This commit is contained in:
parent
15c3d88ddb
commit
8df13818de
@ -28,6 +28,9 @@ extern "C" {
|
||||
#define nl_langinfo(x) NULL
|
||||
#define sigdelset(x, y)
|
||||
#define sigaddset(x, y)
|
||||
typedef struct siginfo_t {
|
||||
int aieeee;
|
||||
} siginfo_t;
|
||||
typedef struct sigaction {
|
||||
void (*sa_handler)(int);
|
||||
void (*sa_sigaction)(int, siginfo_t *, void *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user