K 10 svn:author V 3 bde K 8 svn:date V 27 1997-08-26T00:40:04.000000Z K 7 svn:log V 220 Don't return EINVAL for negative timespecs in the nanosleep functions. Negative timespecs are perfectly valid. Just return 0 immediately for them. Also, return 0 immediately for zero timespecs. Fixed some style bugs. END