Bug 10266 - Small typo in nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
Summary: Small typo in nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
Status: RESOLVED DUPLICATE of bug 10262
Alias: None
Product: glibc
Classification: Unclassified
Component: nptl (show other bugs)
Version: 2.10
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-12 00:09 UTC by Herton Ronaldo Krzesinski
Modified: 2014-07-01 16:37 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
Patch which fixes described issue (326 bytes, patch)
2009-06-12 00:11 UTC, Herton Ronaldo Krzesinski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herton Ronaldo Krzesinski 2009-06-12 00:09:58 UTC
In LOAD_FUTEX_WAIT_ABS version when !__ASSUME_PRIVATE_FUTEX, FUTEX_WAIT is used
instead of FUTEX_WAIT_BITSET, I'll attach a patch here which fixes this.
Comment 1 Herton Ronaldo Krzesinski 2009-06-12 00:11:04 UTC
Created attachment 3990 [details]
Patch which fixes described issue
Comment 2 Ulrich Drepper 2009-06-12 01:01:59 UTC

*** This bug has been marked as a duplicate of 10262 ***