Index: lss/linux_syscall_support.h |
diff --git a/lss/linux_syscall_support.h b/lss/linux_syscall_support.h |
index f2eaa3e1528cac85bce0a6544be0967330d54de3..e5d65f84528b8184c8d0ec1f1eb71b16766e2c49 100644 |
--- a/lss/linux_syscall_support.h |
+++ b/lss/linux_syscall_support.h |
@@ -2823,8 +2823,11 @@ struct kernel_statfs { |
int, f, int, m) |
LSS_INLINE _syscall3(int, poll, struct kernel_pollfd*, u, |
unsigned int, n, int, t) |
- LSS_INLINE _syscall2(int, prctl, int, o, |
- long, a) |
+ LSS_INLINE _syscall5(int, prctl, int, option, |
+ unsigned long, arg2, |
+ unsigned long, arg3, |
+ unsigned long, arg4, |
+ unsigned long, arg5) |
LSS_INLINE _syscall4(long, ptrace, int, r, |
pid_t, p, void *, a, void *, d) |
#if defined(__NR_quotactl) |