summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/z_Windows_NT_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/z_Windows_NT_util.c')
-rw-r--r--openmp/runtime/src/z_Windows_NT_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/z_Windows_NT_util.c b/openmp/runtime/src/z_Windows_NT_util.c
index d60f3c50905..bfeb1b18b63 100644
--- a/openmp/runtime/src/z_Windows_NT_util.c
+++ b/openmp/runtime/src/z_Windows_NT_util.c
@@ -799,7 +799,7 @@ __kmp_read_cpu_time( void )
sec += KernelTime.dwLowDateTime;
sec += UserTime.dwLowDateTime;
- cpu_time += (sec * 100.0) / NSEC_PER_SEC;
+ cpu_time += (sec * 100.0) / KMP_NSEC_PER_SEC;
}
return cpu_time;
OpenPOWER on IntegriCloud