HOST: Implement timeouts on Hurd.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 7 Sep 2020 21:18:14 +0000 (14:18 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 7 Sep 2020 21:21:04 +0000 (14:21 -0700)
The existing implementation didn't work and I do not know why.
Hurd isn't documented to have different behavior for signals on
execl().  The timeouts were not firing, however.

This implementation does work.

Thanks to Friedrich Beckmann for reporting the issue (via Debian
buildd).


No differences found