Remove _WIN32-specific struct timespec declaration.
struct timespec is already defined by the system (at least on MinGW).
This commit is contained in:
parent
ecae12323d
commit
56139dc403
@ -62,11 +62,5 @@ isblank(int c)
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#ifdef _WIN32
|
|
||||||
struct timespec {
|
|
||||||
time_t tv_sec;
|
|
||||||
long tv_nsec;
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* JEMALLOC_INTERNAL_H */
|
#endif /* JEMALLOC_INTERNAL_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user