Fix building on macOS in preparation of v0.9.8 release

This commit is contained in:
Wolfgang Hommel
2019-08-22 23:39:36 +02:00
parent 5f033fe486
commit 13748ddb22

View File

@@ -1303,6 +1303,7 @@ int ppoll(struct pollfd *fds, nfds_t nfds,
return ret;
}
#ifdef __linux__
/*
* Faked epoll_wait()
*/
@@ -1356,6 +1357,7 @@ int epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout
DONT_FAKE_TIME(ret = (*real_epoll_pwait)(epfd, events, maxevents, real_timeout, sigmask));
return ret;
}
#endif
/*
* Faked poll()