summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/bits/resource.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-08-16 08:51:53 +0000
committerRoland McGrath <roland@gnu.org>2004-08-16 08:51:53 +0000
commita29db458e3521fef9e40b8e6cdaded15a8dd936f (patch)
treea53e235cd0011707ca186a686305ab6336f80a29 /sysdeps/unix/sysv/linux/bits/resource.h
parent813d9c0dd88261e538c56be2acf54f3dff2f369b (diff)
* sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who):
Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro. * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/resource.h')
-rw-r--r--sysdeps/unix/sysv/linux/bits/resource.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/resource.h b/sysdeps/unix/sysv/linux/bits/resource.h
index c85ddcb69f..c186a3a5d0 100644
--- a/sysdeps/unix/sysv/linux/bits/resource.h
+++ b/sysdeps/unix/sysv/linux/bits/resource.h
@@ -147,12 +147,8 @@ enum __rusage_who
#define RUSAGE_SELF RUSAGE_SELF
/* All of its terminated child processes. */
- RUSAGE_CHILDREN = -1,
+ RUSAGE_CHILDREN = -1
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
-
- /* Both. */
- __RUSAGE_BOTH = -2
-#define RUSAGE_BOTH __RUSAGE_BOTH
};
#define __need_timeval