diff options
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index cdec8f2e9e21..482c9e65b5bf 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -429,6 +429,7 @@ extern long compat_arch_ptrace(struct task_struct *child, compat_long_t request, | |||
429 | asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid, | 429 | asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid, |
430 | compat_long_t addr, compat_long_t data); | 430 | compat_long_t addr, compat_long_t data); |
431 | 431 | ||
432 | asmlinkage long compat_sys_lookup_dcookie(u32, u32, char __user *, size_t); | ||
432 | /* | 433 | /* |
433 | * epoll (fs/eventpoll.c) compat bits follow ... | 434 | * epoll (fs/eventpoll.c) compat bits follow ... |
434 | */ | 435 | */ |