K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-02T16:30:22.000000Z K 7 svn:log V 438 Re-activate the nanosleep style using code, but with the signal handling semantics of the old sleep for compatability with a few decades of expected side effects. Apache breaks if we just use nanosleep() for some reason, here we use a new signanosleep() syscall which is kinda like a hybrid of sigsuspend and nanosleep.. Reviewed by: ache (and tested on his apache that was failing when sleep used plain nanosleep) END