Fix declaration of usleep().
This commit is contained in:
parent
18e9839dc8
commit
c6c989cfa1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ extern int gettimeofday(struct timeval *, void *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_USLEEP
|
#ifndef HAVE_USLEEP
|
||||||
extern void usleep(long long usec);
|
extern int usleep(long long usec);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __DROPIN_H__ */
|
#endif /* __DROPIN_H__ */
|
||||||
|
|
Loading…
Reference in a new issue