summaryrefslogtreecommitdiff
path: root/tests/rwlock6_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rwlock6_t.c')
-rw-r--r--tests/rwlock6_t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rwlock6_t.c b/tests/rwlock6_t.c
index aa38bf5..37a332a 100644
--- a/tests/rwlock6_t.c
+++ b/tests/rwlock6_t.c
@@ -65,7 +65,7 @@ void * rdfunc(void * arg)
struct _timeb currSysTime;
const DWORD NANOSEC_PER_MILLISEC = 1000000;
- _ftime(&currSysTime);
+ PTW32_FTIME(&currSysTime);
abstime.tv_sec = currSysTime.time;
abstime.tv_nsec = NANOSEC_PER_MILLISEC * currSysTime.millitm;