]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add __nanosleep alias.
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 Jul 2002 20:53:30 +0000 (20:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 Jul 2002 20:53:30 +0000 (20:53 +0000)
linuxthreads/wrapsyscall.c

index 5acc60b1a1f4ce7a6ddb5ebe34d37609cf2e2f6f..a260c970aa75c8ddcf15624dc9ccb664e700f45e 100644 (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).  */