Index: kaffe/kaffevm/systems/unix-pthreads/syscalls.c =================================================================== RCS file: /cvs/kaffe/kaffe/kaffe/kaffevm/systems/unix-pthreads/syscalls.c,v retrieving revision 1.30 diff -r1.30 syscalls.c 601c601 < if (poll_timeout > 0 || timeout == NOTIMEOUT) { --- > if (poll_timeout > 0) { 602a603,604 > } else if (timeout == NOTIMEOUT) { > waitForTimeout(fd, timeout);