Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine fix to avoid passing timeout-usecs as #f.
This is a more correct fix than that reverted in the (now reverted) commit 2014b87 ("Do not apply udev-monitor-set-timeout! to #f values") to correctly handle the #:timeout-usecs keyword argument, which should not be specified as #f per Guile's 'select' API. * modules/udev/monitor.scm (make-udev-monitor): Avoid applying udev-monitor-set-timeout! to a #f 3rd argument (usecs).
- Loading branch information