]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-generic/futex.h
ocfs2: mle ref counting fixes
[linux-2.6-omap-h63xx.git] / include / asm-generic / futex.h
index 3ae2c73475490dce46039b7964b1c91d6cb91180..df893c160318a6ac84ae076bc7ac5b98c33722ac 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