SUNRPC: Move the UDP socket bufsize parameters to a private data structure
[powerpc.git] / include / asm-generic / futex.h
index 3ae2c73..df893c1 100644 (file)
@@ -49,5 +49,11 @@ futex_atomic_op_inuser (int encoded_op, int __user *uaddr)
        return ret;
 }
 
+static inline int
+futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval)
+{
+       return -ENOSYS;
+}
+
 #endif
 #endif