X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fresource.h;h=aaa423a6f3d9167ed4cd77c23053b271d1874631;hb=2a5f2e3e6cd1ce9fb3f8b186b6bc9aa1f1497a92;hp=ae13db714742a91f95e644f582e3517f5e85651e;hpb=83cc5ed3c4c65fc4c3729a5cec2111ede1ebf85e;p=linux-2.6 diff --git a/include/linux/resource.h b/include/linux/resource.h index ae13db7147..aaa423a6f3 100644 --- a/include/linux/resource.h +++ b/include/linux/resource.h @@ -19,6 +19,7 @@ struct task_struct; #define RUSAGE_SELF 0 #define RUSAGE_CHILDREN (-1) #define RUSAGE_BOTH (-2) /* sys_wait4() uses this */ +#define RUSAGE_THREAD 1 /* only the calling thread */ struct rusage { struct timeval ru_utime; /* user time used */