mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
(lll_futex_timed_wait): Undo part of last change, don't negate return value.
This commit is contained in:
parent
11bf311edc
commit
a1d87b5dfb
@ -1,3 +1,9 @@
|
||||
2007-01-11 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
|
||||
(lll_futex_timed_wait): Undo part of last change, don't negate
|
||||
return value.
|
||||
|
||||
2007-01-10 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Cleanups. Define
|
||||
|
@ -172,7 +172,7 @@ LLL_STUB_UNWIND_INFO_END
|
||||
: "0" (SYS_futex), "D" (futex), "S" (FUTEX_WAIT), \
|
||||
"d" (_val), "r" (__to) \
|
||||
: "memory", "cc", "r11", "cx"); \
|
||||
-__status; \
|
||||
__status; \
|
||||
})
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user