YAMAMOTO Takashi 91611de0ff waitid: implement WNOHANG
If there's no child status available immediately,
return 0 without blocking as specified by the standards.

I checked the following version of the standard.
I believe it has always been this way though.

    The Open Group Base Specifications Issue 7, 2018 edition
    IEEE Std 1003.1-2017 (Revision of IEEE Std 1003.1-2008)
2020-06-26 05:19:59 -05:00
..
2020-06-26 05:19:59 -05:00
2020-04-24 19:49:29 +08:00
2020-05-24 20:20:12 +01:00