mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-04 06:00:30 +00:00
[windows] define pthread_cond_clockwait() #2292
This commit is contained in:
parent
a3575ebfd8
commit
9b30487e4a
@ -38,6 +38,8 @@ extern "C" {
|
||||
#define SIGQUIT 0
|
||||
#define SIGCONT 0
|
||||
#define SIGWINCH 0
|
||||
// FIXME actually implement this honoring c: CLOCK_MONOTONIC
|
||||
#define pthread_cond_clockwait(a, b, c, d) pthread_cond_timedwait(a, b, d)
|
||||
#define gettimeofday mingw_gettimeofday
|
||||
#define sigaddset(x, y)
|
||||
typedef struct siginfo_t {
|
||||
|
Loading…
Reference in New Issue
Block a user