summaryrefslogtreecommitdiff
path: root/nptl/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-07-04 23:12:44 +0000
committerUlrich Drepper <drepper@redhat.com>2004-07-04 23:12:44 +0000
commit382054020099eb8d0350a305d3719f92317e7912 (patch)
tree7f9e7d60dcf41cfe4cc9a62d62468cebef62fefe /nptl/sysdeps
parentfc2803cc4250fb556fac42fff1a13e0f3ed1c703 (diff)
Update.
2004-07-04 Matthew Reppert <arashi@kai.vm.bytemark.co.uk> * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver instead of libc_hidden_def.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
index 924e20868f..aadc90c974 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -71,7 +71,7 @@ pthread_rwlock_timedrdlock:
je 5f
/* Check the value of the timeout parameter. */
-3: cmpl $1000000000, 8(%r13)
+3: cmpq $1000000000, 8(%r13)
jae 19f
incl READERS_QUEUED(%r12)