]> Git Repo - linux.git/blobdiff - include/asm-mips/futex.h
[PATCH] lightweight robust futexes: arch defaults
[linux.git] / include / asm-mips / futex.h
index 2454c44a8f54c11b99771784eb2f77974a4a3d9c..c5fb2d6d918ae52d3e8734c27ced258a98076b6d 100644 (file)
@@ -99,5 +99,11 @@ futex_atomic_op_inuser (int encoded_op, int __user *uaddr)
        return ret;
 }
 
+static inline int
+futex_atomic_cmpxchg_inuser(int __user *uaddr, int oldval, int newval)
+{
+       return -ENOSYS;
+}
+
 #endif
 #endif
This page took 0.0318 seconds and 4 git commands to generate.