Deleted Added
full compact
32c32
< * $FreeBSD: head/lib/libkse/thread/thr_nanosleep.c 53812 1999-11-28 05:38:13Z alfred $
---
> * $FreeBSD: head/lib/libkse/thread/thr_nanosleep.c 55838 2000-01-12 09:28:58Z jasone $
41,42c41,42
< nanosleep(const struct timespec * time_to_sleep,
< struct timespec * time_remaining)
---
> _libc_nanosleep(const struct timespec * time_to_sleep,
> struct timespec * time_remaining)
122a123,124
>
> __weak_reference(_libc_nanosleep, nanosleep);