On 08/10/15 05:35, [email protected] wrote:
From: Hajime Tazaki <[email protected]>when nanosleep(2) is used in rumpuser_clock_sleep(), it will properly retry if errno == EINTR, but with clock_nanosleep(2) it won't. This patch aligns the error values of clock_nanosleep() to nanosleep's case.
Thanks, but unfortunately(?) this bug has already been fixed in the NetBSD tree. When sending patches against the POSIX rumpuser implementation, please send them against the NetBSD HEAD.
