[windows] define pthread_cond_clockwait() #2292

This commit is contained in:
nick black 2021-10-21 16:23:11 -04:00 committed by nick black
parent a3575ebfd8
commit 9b30487e4a

View File

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