K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-15T14:11:08.000000Z K 7 svn:log V 521 Remove old SIGALRM absorbing back-compat code. It wasn't working at all for the entire time that it was there, so obviously nothing needs it anymore. Note, unix98/single-unix spec v2 says that usleep() returns an int rather than a void, to indicate whether the entire time period elapsed (0) or an error (eg: signal handler) interrupted it (returns -1, errno = EINTR) It is probably useful to make this change but I'll test it locally first to see if this will break userland programs [much]... Reviewed by: ache, bde END