commit | 665b07c1c0010b0087a25df692ad02b5b4593fe7 | [log] [tgz] |
---|---|---|
author | Darren Hart <dvhltc@us.ibm.com> | Wed Nov 18 09:40:05 2009 -0800 |
committer | Darren Hart <dvhltc@us.ibm.com> | Wed Nov 18 10:33:07 2009 -0800 |
tree | c1c7e743cf0a30ae0744d84e1c4c32ac01efc281 | |
parent | 575d73ed2009174894c47d4ad4e365d28e6ab228 [diff] |
Convert SYS_futex wrappers to inline functions Avoid common macro errors (like lack of type checking) by using inline functions instead of #defines for the SYS_futex wrappers. Also, correct the return type of futex_cmpxchg. Signed-off-by: Darren Hart <dvhltc@us.ibm.com>