diff system/System.cpp @ 501:ca208281238b

...
author Chris Cannam
date Thu, 04 Dec 2008 17:15:15 +0000
parents cff476cfce77
children d3faa6447c5b
line wrap: on
line diff
--- a/system/System.cpp	Tue Dec 02 17:17:25 2008 +0000
+++ b/system/System.cpp	Thu Dec 04 17:15:15 2008 +0000
@@ -59,7 +59,7 @@
     ::Sleep(usec / 1000);
 }
 
-void gettimeofday(struct timeval *tv, void *tz)
+int gettimeofday(struct timeval *tv, void *tz)
 {
     union { 
 	long long ns100;