On Sat, 8 Oct 2016, Gleydson Soares wrote: > uname(3) function returns 0 on successful and -1 on failure. > "non-negative value" is wrong here.
Hmm, that's a direct quote from the standard. While our implementation only returns zero on success, an application which checked for a return value of exactly zero would be non-portable. Philip
