summary refs log tree commit diff
path: root/linuxthreads/condvar.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-15 05:40:40 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-15 05:40:40 +0000
commite115dbd7baf0f0850f58c41980c859d3fc0c0532 (patch)
treec6889b5960d853ce96c85d4eca5cb0b63dde24f8 /linuxthreads/condvar.c
parentec91ea7ccb80001df0beac4d3eb49fc91170d9bf (diff)
downloadglibc-e115dbd7baf0f0850f58c41980c859d3fc0c0532.tar.gz
glibc-e115dbd7baf0f0850f58c41980c859d3fc0c0532.tar.xz
glibc-e115dbd7baf0f0850f58c41980c859d3fc0c0532.zip
Update.
	* stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep.
	Define and initialize use_outdigits in the inner loops.
Diffstat (limited to 'linuxthreads/condvar.c')
-rw-r--r--linuxthreads/condvar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/condvar.c b/linuxthreads/condvar.c
index 6d54291de6..410ca65af0 100644
--- a/linuxthreads/condvar.c
+++ b/linuxthreads/condvar.c
@@ -257,7 +257,7 @@ pthread_cond_timedwait_relative_old(pthread_cond_t *cond,
 static int
 pthread_cond_timedwait_relative_new(pthread_cond_t *cond,
 				pthread_mutex_t *mutex,
-				struct timespec * reltime)
+				const struct timespec * abstime)
 {
   volatile pthread_descr self = thread_self();
   sigset_t unblock, initial_mask;