Browse Source
Our poll() emulation did not support the timeout argument. With this patch we support it for the simple case where poll() does not need to wait on file descriptors as well because this case amounts to a mere Sleep(). This is needed if the user sets help.autocorrect is set to a positive value. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>maint
Johannes Sixt
17 years ago
committed by
Shawn O. Pearce
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue