K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-18T09:48:37.000000Z K 7 svn:log V 257 Make sleep() and usleep() "eat" any stray SIGALRM signals during the lifetime of the call, just like the old implementation did. Previously, we were only eating them if the application did not call sleep()/usleep() with SIGALRM masked. Submitted by: ache END