about summary refs log tree commit diff
path: root/nptl/sysdeps/pthread
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-07-24 20:18:57 +0000
committerUlrich Drepper <drepper@redhat.com>2004-07-24 20:18:57 +0000
commit15ef4b555f5bef9bbcb39bf72f8399d77e57afff (patch)
treeaf246a3f8088eac40172a5804c8b7f976112682f /nptl/sysdeps/pthread
parent06bfee07cbd94b28c62bbdea7a982dfdbd460b2c (diff)
downloadglibc-15ef4b555f5bef9bbcb39bf72f8399d77e57afff.tar.gz
glibc-15ef4b555f5bef9bbcb39bf72f8399d77e57afff.tar.xz
glibc-15ef4b555f5bef9bbcb39bf72f8399d77e57afff.zip
[BZ #284]
Update.
2004-07-23  Jakub Jelinek  <jakub@redhat.com>

	[BZ #284]
	* sysdeps/pthread/pthread.h (pthread_getcpuclockid): Use __clockid_t
	instead of clockid_t.
Diffstat (limited to 'nptl/sysdeps/pthread')
-rw-r--r--nptl/sysdeps/pthread/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h
index 8fb6cc741d..f5e9167a6b 100644
--- a/nptl/sysdeps/pthread/pthread.h
+++ b/nptl/sysdeps/pthread/pthread.h
@@ -915,7 +915,7 @@ extern int pthread_setspecific (pthread_key_t __key,
 #ifdef __USE_XOPEN2K
 /* Get ID of CPU-time clock for thread THREAD_ID.  */
 extern int pthread_getcpuclockid (pthread_t __thread_id,
-				  clockid_t *__clock_id) __THROW;
+				  __clockid_t *__clock_id) __THROW;
 #endif