Add __nanosleep alias.

This commit is contained in:
Ulrich Drepper 2002-07-10 20:53:30 +00:00
parent 55883ce3ea
commit 3a9b73da1f

View File

@ -105,6 +105,7 @@ CANCELABLE_SYSCALL (int, msync, (__ptr_t addr, size_t length, int flags),
CANCELABLE_SYSCALL (int, nanosleep, (const struct timespec *requested_time,
struct timespec *remaining),
(requested_time, remaining))
strong_alias (nanosleep, __nanosleep)
/* open(2). */