--- common/ppoll.h.orig 2007-05-13 22:02:42.000000000 +0100 +++ common/ppoll.h 2007-05-13 23:14:16.000000000 +0100 @@ -1,4 +1,5 @@ -static inline int ppoll(struct pollfd *fds, nfds_t nfds, +#define ppoll my_ppoll +static inline int my_ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, const sigset_t *sigmask) { return poll(fds, nfds, timeout ? timeout->tv_sec * 1000 : 500);