diff options
Diffstat (limited to 'include/asm-generic/futex.h')
-rw-r--r-- | include/asm-generic/futex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/futex.h b/include/asm-generic/futex.h index 514bd401cd7e..df893c160318 100644 --- a/include/asm-generic/futex.h +++ b/include/asm-generic/futex.h | |||
@@ -50,7 +50,7 @@ futex_atomic_op_inuser (int encoded_op, int __user *uaddr) | |||
50 | } | 50 | } |
51 | 51 | ||
52 | static inline int | 52 | static inline int |
53 | futex_atomic_cmpxchg_inuser(int __user *uaddr, int oldval, int newval) | 53 | futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) |
54 | { | 54 | { |
55 | return -ENOSYS; | 55 | return -ENOSYS; |
56 | } | 56 | } |