2004-08-15 Roland McGrath <roland@redhat.com>

* 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.
This commit is contained in:
Roland McGrath 2004-08-16 08:51:46 +00:00
parent 0bec0145c4
commit ca5c03379c
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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