-
tests: try again when waitpid() sets errno as EINTR · e5e0bc55Arjun Sreedharan authored
when waitpid() is interrupted, errno is not set to the negative value -EINTR. It is set to EINTR. check against EINTR. Signed-off-by:
Arjun Sreedharan <arjun024@gmail.com> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
e5e0bc55
×