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:
@ -1,3 +1,11 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2004-08-15 Roland McGrath <roland@frob.com>
|
2004-08-15 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
* sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to
|
* sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to
|
||||||
|
@ -147,12 +147,8 @@ enum __rusage_who
|
|||||||
#define RUSAGE_SELF RUSAGE_SELF
|
#define RUSAGE_SELF RUSAGE_SELF
|
||||||
|
|
||||||
/* All of its terminated child processes. */
|
/* All of its terminated child processes. */
|
||||||
RUSAGE_CHILDREN = -1,
|
RUSAGE_CHILDREN = -1
|
||||||
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
|
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
|
||||||
|
|
||||||
/* Both. */
|
|
||||||
__RUSAGE_BOTH = -2
|
|
||||||
#define RUSAGE_BOTH __RUSAGE_BOTH
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define __need_timeval
|
#define __need_timeval
|
||||||
|
@ -147,12 +147,8 @@ enum __rusage_who
|
|||||||
#define RUSAGE_SELF RUSAGE_SELF
|
#define RUSAGE_SELF RUSAGE_SELF
|
||||||
|
|
||||||
/* All of its terminated child processes. */
|
/* All of its terminated child processes. */
|
||||||
RUSAGE_CHILDREN = -1,
|
RUSAGE_CHILDREN = -1
|
||||||
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
|
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
|
||||||
|
|
||||||
/* Both. */
|
|
||||||
__RUSAGE_BOTH = -2
|
|
||||||
#define RUSAGE_BOTH __RUSAGE_BOTH
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define __need_timeval
|
#define __need_timeval
|
||||||
|
@ -147,12 +147,8 @@ enum __rusage_who
|
|||||||
#define RUSAGE_SELF RUSAGE_SELF
|
#define RUSAGE_SELF RUSAGE_SELF
|
||||||
|
|
||||||
/* All of its terminated child processes. */
|
/* All of its terminated child processes. */
|
||||||
RUSAGE_CHILDREN = -1,
|
RUSAGE_CHILDREN = -1
|
||||||
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
|
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
|
||||||
|
|
||||||
/* Both. */
|
|
||||||
__RUSAGE_BOTH = -2
|
|
||||||
#define RUSAGE_BOTH __RUSAGE_BOTH
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define __need_timeval
|
#define __need_timeval
|
||||||
|
@ -163,12 +163,8 @@ enum __rusage_who
|
|||||||
#define RUSAGE_SELF RUSAGE_SELF
|
#define RUSAGE_SELF RUSAGE_SELF
|
||||||
|
|
||||||
/* All of its terminated child processes. */
|
/* All of its terminated child processes. */
|
||||||
RUSAGE_CHILDREN = -1,
|
RUSAGE_CHILDREN = -1
|
||||||
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
|
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
|
||||||
|
|
||||||
/* Both. */
|
|
||||||
__RUSAGE_BOTH = -2
|
|
||||||
#define RUSAGE_BOTH __RUSAGE_BOTH
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define __need_timeval
|
#define __need_timeval
|
||||||
|
Reference in New Issue
Block a user