summaryrefslogtreecommitdiffstats
path: root/include/jemalloc
diff options
context:
space:
mode:
Diffstat (limited to 'include/jemalloc')
-rw-r--r--include/jemalloc/internal/jemalloc_internal_decls.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal_decls.h b/include/jemalloc/internal/jemalloc_internal_decls.h
index 0f29e67..0bca63e 100644
--- a/include/jemalloc/internal/jemalloc_internal_decls.h
+++ b/include/jemalloc/internal/jemalloc_internal_decls.h
@@ -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 */