Fix EINTR handling
waitid will not return EINTR from return value. If there is signal during waitid, it will return -1 with errno set to EINTR Test: Build ok Change-Id: Iec31e25ff51575d6cb74e1938718313066e3c1ed
Loading
Please register or sign in to comment