about summary refs log tree commit diff
path: root/linuxthreads/wrapsyscall.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-07-10 20:43:48 +0000
committerUlrich Drepper <drepper@redhat.com>2002-07-10 20:43:48 +0000
commitd880edc43c82a7a9c9b50c3ad932a9bff35a7e39 (patch)
treeefa7d3bad7dfe39261848aa6ac8c33ab34342e13 /linuxthreads/wrapsyscall.c
parentee33bfcc0787b5bb52cd3ff666e70e8c0a341aca (diff)
downloadglibc-d880edc43c82a7a9c9b50c3ad932a9bff35a7e39.tar.gz
glibc-d880edc43c82a7a9c9b50c3ad932a9bff35a7e39.tar.xz
glibc-d880edc43c82a7a9c9b50c3ad932a9bff35a7e39.zip
Update.
2002-07-10  Ulrich Drepper  <drepper@redhat.com>

	* wrapsyscall.c: Add __nanosleep alias.
	* Versions (GLIBC_2.2.6): Add __nanosleep.
Diffstat (limited to 'linuxthreads/wrapsyscall.c')
-rw-r--r--linuxthreads/wrapsyscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/wrapsyscall.c b/linuxthreads/wrapsyscall.c
index 5acc60b1a1..a260c970aa 100644
--- a/linuxthreads/wrapsyscall.c
+++ b/linuxthreads/wrapsyscall.c
@@ -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).  */