freebsd-dev/lib/libkse
John Birrell f4084c0544 Bring back nanosleep from the cold.
The addition of the nanosleep syscall was correctly added to
libc/sys/Makefile so that it is renamed as _thread_sys_nanosleep().
This syscall is one of those that libc_r has to re-implement because
the only behaviour is to block the process. So libc_r just ignores the
fact that a nanosleep syscall exists and goes its own way - as it has
done all along .... and now it does again. And now a simple program
can sleep again. Phew.
1997-06-04 13:03:12 +00:00
..
sys Use libc makefiles from now on instead of duplicating them in libc_r. 1997-05-03 03:57:21 +00:00
thread Bring back nanosleep from the cold. 1997-06-04 13:03:12 +00:00
Makefile Use libc makefiles from now on instead of duplicating them in libc_r. 1997-05-03 03:57:21 +00:00