From: Ulrich Drepper Date: Fri, 12 Jan 2007 05:11:52 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h X-Git-Tag: cvs/fedora-glibc-20070117T0857~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d87b5dfbdd951808b0a83dfa6d2f1654ccb37f;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_futex_timed_wait): Undo part of last change, don't negate return value. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0b1d6300ac0..83203dab697 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2007-01-11 Ulrich Drepper + + * 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 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Cleanups. Define diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h index 4030bb7fb87..bb988f3b2b0 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h @@ -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; \ })