diff options
Diffstat (limited to 'include/linux/resource.h')
-rw-r--r-- | include/linux/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/resource.h b/include/linux/resource.h index 037aa7e6335d..88d36f9145ba 100644 --- a/include/linux/resource.h +++ b/include/linux/resource.h | |||
@@ -80,8 +80,8 @@ struct rlimit64 { | |||
80 | struct task_struct; | 80 | struct task_struct; |
81 | 81 | ||
82 | int getrusage(struct task_struct *p, int who, struct rusage __user *ru); | 82 | int getrusage(struct task_struct *p, int who, struct rusage __user *ru); |
83 | int do_setrlimit(struct task_struct *tsk, unsigned int resource, | 83 | int do_prlimit(struct task_struct *tsk, unsigned int resource, |
84 | struct rlimit *new_rlim); | 84 | struct rlimit *new_rlim, struct rlimit *old_rlim); |
85 | 85 | ||
86 | #endif /* __KERNEL__ */ | 86 | #endif /* __KERNEL__ */ |
87 | 87 | ||