Thread (39 messages) flat view 39 messages, 14 authors, 2016-06-15

Re: [PATCH v2] compat: Add another rudimentary poll() emulation

From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:48:53

Albert Dvornik wrote:
For the general case, you'd want
       tv.tv_sec = timeout / 1000;
       tv.tv_usec = 1000 * (timeout % 1000);
Thanks for the catch.  Actually, it is not so unlikely that someone
would ask the autocorrect to wait longer than a second.

On Linux this is not an issue, but maybe Interix cares.  Posix is
vague and only says "the timeout period is given in seconds and
microseconds", staying silent on what the range of valid values is.

Jonathan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help