Re: [PATCH] poll: wait until timeout on pipes (win32)

2014-09-10 Thread Paul Eggert
That patch doesn't look right, as it would mishandle timeout == INFTIM, no? Also, for larger patches like this, we'd need copyright papers signed; if that's something you'd like to do please let me know.

[PATCH] poll: wait until timeout on pipes (win32)

2014-09-10 Thread Edward Thomson
Hello- I'm very interested in seeing the poll(2) compatibility function wait until the timeout has elapsed before returning on win32. The manual indicates that "under Windows, when passing a pipe, Gnulib's poll replacement might return 0 even before the timeout has passed." Callers expecting pol