aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/futex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/futex.h')
-rw-r--r--include/linux/futex.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/futex.h b/include/linux/futex.h
index 966a5b3da439..f05a3f469322 100644
--- a/include/linux/futex.h
+++ b/include/linux/futex.h
@@ -90,9 +90,8 @@ struct robust_list_head {
90 */ 90 */
91#define ROBUST_LIST_LIMIT 2048 91#define ROBUST_LIST_LIMIT 2048
92 92
93long do_futex(unsigned long uaddr, int op, int val, 93long do_futex(u32 __user *uaddr, int op, u32 val, unsigned long timeout,
94 unsigned long timeout, unsigned long uaddr2, int val2, 94 u32 __user *uaddr2, u32 val2, u32 val3);
95 int val3);
96 95
97extern int handle_futex_death(u32 __user *uaddr, struct task_struct *curr); 96extern int handle_futex_death(u32 __user *uaddr, struct task_struct *curr);
98 97