diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index 70ffa8408cd4..59aadcdad6ce 100644 --- a/kernel/sys.c +++ b/kernel/sys.c | |||
| @@ -1703,8 +1703,8 @@ SYSCALL_DEFINE1(umask, int, mask) | |||
| 1703 | return mask; | 1703 | return mask; |
| 1704 | } | 1704 | } |
| 1705 | 1705 | ||
| 1706 | asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3, | 1706 | SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, |
| 1707 | unsigned long arg4, unsigned long arg5) | 1707 | unsigned long, arg4, unsigned long, arg5) |
| 1708 | { | 1708 | { |
| 1709 | struct task_struct *me = current; | 1709 | struct task_struct *me = current; |
| 1710 | unsigned char comm[sizeof(me->comm)]; | 1710 | unsigned char comm[sizeof(me->comm)]; |
