aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/common/linux/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kernel/common/linux/resource.h')
-rw-r--r--libc/kernel/common/linux/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/resource.h b/libc/kernel/common/linux/resource.h
index 3b2941f17..2b2ed97f1 100644
--- a/libc/kernel/common/linux/resource.h
+++ b/libc/kernel/common/linux/resource.h
@@ -23,7 +23,7 @@ struct task_struct;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define RUSAGE_SELF 0
#define RUSAGE_CHILDREN (-1)
-#define RUSAGE_BOTH (-2)
+#define RUSAGE_BOTH (-2)
struct rusage {
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
struct timeval ru_utime;