mirror of
https://git.tukaani.org/xz.git
synced 2025-04-01 13:20:59 +00:00
Don't use clockid_t in mythread.h when clock_gettime() isn't available.
Thanks to Wim Lewis for the patch.
This commit is contained in:
parent
f779516f42
commit
f004128678
@ -86,9 +86,11 @@ typedef struct {
|
||||
/// Condition variable
|
||||
pthread_cond_t cond;
|
||||
|
||||
#ifdef HAVE_CLOCK_GETTIME
|
||||
/// Clock ID (CLOCK_REALTIME or CLOCK_MONOTONIC) associated with
|
||||
/// the condition variable
|
||||
clockid_t clk_id;
|
||||
#endif
|
||||
|
||||
} mythread_cond;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user