diff options
Diffstat (limited to 'include/linux/futex.h')
-rw-r--r-- | include/linux/futex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/futex.h b/include/linux/futex.h index 20face6b798d..55fff96ae859 100644 --- a/include/linux/futex.h +++ b/include/linux/futex.h | |||
@@ -100,7 +100,7 @@ long do_futex(unsigned long uaddr, int op, int val, | |||
100 | unsigned long timeout, unsigned long uaddr2, int val2, | 100 | unsigned long timeout, unsigned long uaddr2, int val2, |
101 | int val3); | 101 | int val3); |
102 | 102 | ||
103 | extern int handle_futex_death(unsigned int *uaddr, struct task_struct *curr); | 103 | extern int handle_futex_death(u32 __user *uaddr, struct task_struct *curr); |
104 | 104 | ||
105 | #ifdef CONFIG_FUTEX | 105 | #ifdef CONFIG_FUTEX |
106 | extern void exit_robust_list(struct task_struct *curr); | 106 | extern void exit_robust_list(struct task_struct *curr); |