diff options
Diffstat (limited to 'security/dummy.c')
-rw-r--r-- | security/dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/dummy.c b/security/dummy.c index b0232bbf427b..58d4dd1af5c7 100644 --- a/security/dummy.c +++ b/security/dummy.c | |||
@@ -604,7 +604,7 @@ static int dummy_task_kill (struct task_struct *p, struct siginfo *info, | |||
604 | } | 604 | } |
605 | 605 | ||
606 | static int dummy_task_prctl (int option, unsigned long arg2, unsigned long arg3, | 606 | static int dummy_task_prctl (int option, unsigned long arg2, unsigned long arg3, |
607 | unsigned long arg4, unsigned long arg5) | 607 | unsigned long arg4, unsigned long arg5, long *rc_p) |
608 | { | 608 | { |
609 | return 0; | 609 | return 0; |
610 | } | 610 | } |