diff system/System.h @ 501:ca208281238b

...
author Chris Cannam
date Thu, 04 Dec 2008 17:15:15 +0000
parents bef4604d82fa
children bdc9bb371a9f
line wrap: on
line diff
--- a/system/System.h	Tue Dec 02 17:17:25 2008 +0000
+++ b/system/System.h	Thu Dec 04 17:15:15 2008 +0000
@@ -55,7 +55,7 @@
 
 extern "C" {
 void usleep(unsigned long usec);
-void gettimeofday(struct timeval *p, void *tz);
+int gettimeofday(struct timeval *p, void *tz);
 }
 
 #else