mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 10:43:34 +08:00
Fix macro used in test
This commit is contained in:
parent
f992478091
commit
1e4bd093e6
4
NEWS
4
NEWS
@ -9,8 +9,8 @@ Version 2.15
|
||||
|
||||
* The following bugs are resolved with this release:
|
||||
|
||||
9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021,
|
||||
13068, 13092, 13114, 13118, 13123, 13134, 13150
|
||||
9696, 12403, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007,
|
||||
13021, 13068, 13092, 13114, 13118, 13123, 13134, 13150
|
||||
|
||||
* New program pldd to list loaded object of a process
|
||||
Implemented by Ulrich Drepper.
|
||||
|
@ -1,3 +1,10 @@
|
||||
2011-09-08 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
[BZ #12403]
|
||||
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
|
||||
(pthread_rwlock_timedwrlock): Use correct macro in test.
|
||||
Patch by H.J. Lu <hongjiu.lu@intel.com>.
|
||||
|
||||
2011-09-06 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait): Don't
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user