K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-01T09:27:03.000000Z K 7 svn:log V 363 Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled with -DUSE_NANOSLEEP. Also, seperate the code for _THREAD_SAFE so that it uses the simpler threaded nanosleep() call in libc_r.. We don't go to the same extremes for emulating traditional sleep semantics (ie: eating any SIGALRM that might happen) which things like apache seem to depend on. END