mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-16 15:41:41 +03:00
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
1 changed files with 0 additions and 6 deletions
|
|
@ -62,11 +62,5 @@ isblank(int c)
|
|||
#include <fcntl.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
#ifdef _WIN32
|
||||
struct timespec {
|
||||
time_t tv_sec;
|
||||
long tv_nsec;
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue