Updated to 2.6.32.27
/include/linux/compat.h
blob:af931ee43dd8e43454b9cd9d389ec0bd5b1a7b21 -> blob:cab23f2da4dc35111c2d90c71a5e8630266005a2
--- include/linux/compat.h
+++ include/linux/compat.h
@@ -309,5 +309,7 @@ asmlinkage long compat_sys_newfstatat(un
asmlinkage long compat_sys_openat(unsigned int dfd, const char __user *filename,
int flags, int mode);
+extern void __user *compat_alloc_user_space(unsigned long len);
+
#endif /* CONFIG_COMPAT */
#endif /* _LINUX_COMPAT_H */