1
This commit is contained in:
parent
3c01797fcf
commit
839f25dd8e
|
|
@ -317,7 +317,7 @@ enum {
|
||||||
#define HAVE_STRUCT_TIMESPEC
|
#define HAVE_STRUCT_TIMESPEC
|
||||||
#if !defined(_TIMESPEC_DEFINED)
|
#if !defined(_TIMESPEC_DEFINED)
|
||||||
#define _TIMESPEC_DEFINED
|
#define _TIMESPEC_DEFINED
|
||||||
struct timespec {
|
struct timespec_ {
|
||||||
time_t tv_sec;
|
time_t tv_sec;
|
||||||
long tv_nsec;
|
long tv_nsec;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user