diff options
Diffstat (limited to 'include/linux/resource.h')
| -rw-r--r-- | include/linux/resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/resource.h b/include/linux/resource.h index f1e914eefeab..cf8dc96653ee 100644 --- a/include/linux/resource.h +++ b/include/linux/resource.h | |||
| @@ -73,6 +73,8 @@ struct rlimit { | |||
| 73 | struct task_struct; | 73 | struct task_struct; |
| 74 | 74 | ||
| 75 | int getrusage(struct task_struct *p, int who, struct rusage __user *ru); | 75 | int getrusage(struct task_struct *p, int who, struct rusage __user *ru); |
| 76 | int do_setrlimit(struct task_struct *tsk, unsigned int resource, | ||
| 77 | struct rlimit *new_rlim); | ||
| 76 | 78 | ||
| 77 | #endif /* __KERNEL__ */ | 79 | #endif /* __KERNEL__ */ |
| 78 | 80 | ||
