From e115dbd7baf0f0850f58c41980c859d3fc0c0532 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 Feb 2000 05:40:40 +0000 Subject: Update. * stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep. Define and initialize use_outdigits in the inner loops. --- linuxthreads/condvar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/condvar.c') 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; -- cgit 1.4.1