mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Allow use of nanosleep() in Darwin
This commit is contained in:
parent
04eaf044ba
commit
492bcc5fc4
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue