Yarin wrote: > Hello, > > As the documentation explains, when poll() is interrupted by a signal, it > should return -1/EINTR. However, I'm getting a return indicating that all > of the polling descriptors are ready, but when I check their flags out, > none of them are ready. (Note that the same code behaves as expected on > Linux) > > rfds = poll(wait_fd, 2, NULL);
What does that NULL do ?