comparison system/System.h @ 501:ca208281238b

...
author Chris Cannam
date Thu, 04 Dec 2008 17:15:15 +0000
parents bef4604d82fa
children bdc9bb371a9f
comparison
equal deleted inserted replaced
500:83eae5239db6 501:ca208281238b
53 53
54 #define getpid _getpid 54 #define getpid _getpid
55 55
56 extern "C" { 56 extern "C" {
57 void usleep(unsigned long usec); 57 void usleep(unsigned long usec);
58 void gettimeofday(struct timeval *p, void *tz); 58 int gettimeofday(struct timeval *p, void *tz);
59 } 59 }
60 60
61 #else 61 #else
62 62
63 #include <sys/mman.h> 63 #include <sys/mman.h>