commit | 575d73ed2009174894c47d4ad4e365d28e6ab228 | [log] [tgz] |
---|---|---|
author | Darren Hart <dvhltc@us.ibm.com> | Wed Nov 18 09:05:57 2009 -0800 |
committer | Darren Hart <dvhltc@us.ibm.com> | Wed Nov 18 09:05:57 2009 -0800 |
tree | eae72cbbe07ac644ddd7a68a5b1ef0e55a196b7b | |
parent | 75d24c0f07ffc1827b46e276fd585b678bd1eb01 [diff] |
Correct futex_wake and futex_wake_bitset nr_wake argument usage The syscall wrappers accepted a val and an nr_wake argument, while these two calls ignore the val of the uaddr. Reported-by: Michel Lespinasse <walken@google.com> Signed-off-by: Darren Hart <dvhltc@us.ibm.com>