fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-frv / futex.h
index fca9d90..08b3d1d 100644 (file)
@@ -9,5 +9,11 @@
 
 extern int futex_atomic_op_inuser(int encoded_op, int __user *uaddr);
 
+static inline int
+futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval)
+{
+       return -ENOSYS;
+}
+
 #endif
 #endif