1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* 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:53 +00:00
parent 813d9c0dd8
commit a29db458e3
5 changed files with 12 additions and 20 deletions

View File

@ -163,12 +163,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