Fix declaration of usleep().

This commit is contained in:
Guus Sliepen 2011-07-17 18:02:56 +02:00
parent 18e9839dc8
commit c6c989cfa1

View file

@ -42,7 +42,7 @@ extern int gettimeofday(struct timeval *, void *);
#endif
#ifndef HAVE_USLEEP
extern void usleep(long long usec);
extern int usleep(long long usec);
#endif
#endif /* __DROPIN_H__ */