about summary refs log tree commit diff
path: root/include/time.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-31 10:25:10 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-31 10:25:10 +0000
commitf7f7f8150a52fd01eeedf17fa241d9cc0cf36842 (patch)
treeeef37117ca6e8108eb20b0c0411d2a5486386361 /include/time.h
parent245eab025f92980428a499e6d7f4845f6ceaadc8 (diff)
downloadglibc-f7f7f8150a52fd01eeedf17fa241d9cc0cf36842.tar.gz
glibc-f7f7f8150a52fd01eeedf17fa241d9cc0cf36842.tar.xz
glibc-f7f7f8150a52fd01eeedf17fa241d9cc0cf36842.zip
Update.
	* include/time.h: Add libc_hidden_proto for __nanosleep.
	* sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
	* sysdeps/mach/nanosleep.c: Likewise.
	* sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
	* sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h
index b57b7be1b4..145f888c43 100644
--- a/include/time.h
+++ b/include/time.h
@@ -75,6 +75,7 @@ extern long int __tzname_max (void);
 
 extern int __nanosleep (__const struct timespec *__requested_time,
 			struct timespec *__remaining);
+libc_hidden_proto(__nanosleep)
 extern int __getdate_r (__const char *__string, struct tm *__resbufp);