# HG changeset patch # User Chris Cannam # Date 1228410915 0 # Node ID ca208281238b52582105a6fb7ba068322824a328 # Parent 83eae5239db62c507fa33fc97c82b56ac8cd64da ... diff -r 83eae5239db6 -r ca208281238b system/System.cpp --- 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; diff -r 83eae5239db6 -r ca208281238b system/System.h --- 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