diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2011-09-08 23:53:04 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 23:53:04 -0400 |
commit | 1e4bd093e664f2889c48e63714583ef06b90d5b9 (patch) | |
tree | 8c31932b8311eb78f75c3a8688706984478f16bf /nptl/sysdeps/unix/sysv | |
parent | f99247809108c563f31005f8eb0bcb527e6cd0fe (diff) | |
download | glibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.tar glibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.tar.gz glibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.tar.bz2 glibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.zip |
Fix macro used in test
Diffstat (limited to 'nptl/sysdeps/unix/sysv')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S index 16bf9203a7..57168d9b04 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S @@ -190,7 +190,7 @@ pthread_rwlock_timedwrlock: 7: movq %rdx, %rax -#ifndef __ASSUME_PRIVATE_FUTEX +#ifndef __ASSUME_FUTEX_CLOCK_REALTIME addq $16, %rsp cfi_adjust_cfa_offset(-16) popq %r14 |