mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Fix NSTIME_MONOTONIC for win32 implementation
This commit is contained in:
parent
bc32ddff2d
commit
8dc97b1108
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ nstime_ns_since(const nstime_t *past) {
|
|||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
# define NSTIME_MONOTONIC true
|
||||
# define NSTIME_MONOTONIC false
|
||||
static void
|
||||
nstime_get(nstime_t *time) {
|
||||
FILETIME ft;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue