Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178761
b: refs/heads/master
c: 96d07d2
h: refs/heads/master
i:
  178759: b88536f
v: v3
  • Loading branch information
Jiri Slaby committed Jan 4, 2010
1 parent 5104b26 commit 06f8843
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17740d89785aeb4143770923d67c293849414710
refs/heads/master: 96d07d211739fd2450ac54e81d00fa40fcd4b1bd
8 changes: 6 additions & 2 deletions trunk/include/linux/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include <linux/time.h>

struct task_struct;

/*
* Resource control/accounting header file for linux
*/
Expand Down Expand Up @@ -70,6 +68,12 @@ struct rlimit {
*/
#include <asm/resource.h>

#ifdef __KERNEL__

struct task_struct;

int getrusage(struct task_struct *p, int who, struct rusage __user *ru);

#endif /* __KERNEL__ */

#endif

0 comments on commit 06f8843

Please sign in to comment.