Allow use of nanosleep() in Darwin

This commit is contained in:
Juan Jose Garcia Ripoll 2010-02-17 23:55:23 +01:00
parent 04eaf044ba
commit 492bcc5fc4

View file

@ -37,10 +37,6 @@
#include <WinSock.h>
#endif
#ifdef darwin
#undef HAVE_NANOSLEEP
#endif
#if !defined(HAVE_GETTIMEOFDAY) && !defined(HAVE_GETRUSAGE) && !defined(mingw32) && !defined(_MSC_VER)
struct timeval {
long tv_sec;