diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-15 05:40:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-15 05:40:40 +0000 |
commit | e115dbd7baf0f0850f58c41980c859d3fc0c0532 (patch) | |
tree | c6889b5960d853ce96c85d4eca5cb0b63dde24f8 /linuxthreads | |
parent | ec91ea7ccb80001df0beac4d3eb49fc91170d9bf (diff) | |
download | glibc-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')
-rw-r--r-- | linuxthreads/condvar.c | 2 |
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; |