summaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2009-11-20 14:16:33 +0100
committerJiri Slaby <jslaby@suse.cz>2010-01-04 11:33:58 +0100
commit96d07d211739fd2450ac54e81d00fa40fcd4b1bd (patch)
tree7686b42b5f2aac370fb0d51646d492b0ca24959d /virt
parent17740d89785aeb4143770923d67c293849414710 (diff)
resource: move kernel function inside __KERNEL__
It is an internal function. Move it inside __KERNEL__ ifdef, along with task_struct declaration. Then we get: --- /usr/include/linux/resource.h 2009-09-14 15:09:29.000000000 +0200 +++ usr/include/linux/resource.h 2010-01-04 11:30:54.000000000 +0100 @@ -3,8 +3,6 @@ #include <linux/time.h> -struct task_struct; - /* * Resource control/accounting header file for linux */ @@ -70,6 +68,5 @@ */ #include <asm/resource.h> -int getrusage(struct task_struct *p, int who, struct rusage *ru); #endif *********** include/linux/Kbuild is untouched, since unifdef is run even on headers-y nowadays. Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions