mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
resource: Update struct rusage comments [BZ #23689]
This commit is contained in:
parent
94a3a27f5d
commit
53b2bb8747
@ -1,3 +1,9 @@
|
|||||||
|
2018-10-19 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
[BZ #23689]
|
||||||
|
* resource/bits/types/struct_rusage.h (struct rusage): Update
|
||||||
|
comment on struct. Remove extraneous field comment.
|
||||||
|
|
||||||
2018-10-18 David S. Miller <davem@davemloft.net>
|
2018-10-18 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/sparc/init-first.c: New file.
|
* sysdeps/unix/sysv/linux/sparc/init-first.c: New file.
|
||||||
|
@ -22,7 +22,9 @@
|
|||||||
#include <bits/types.h>
|
#include <bits/types.h>
|
||||||
#include <bits/types/struct_timeval.h>
|
#include <bits/types/struct_timeval.h>
|
||||||
|
|
||||||
/* Structure which says how much of each resource has been used. */
|
/* Structure which says how much of each resource has been used. If
|
||||||
|
the system does not keep track of a particular value, the struct
|
||||||
|
field is always zero. */
|
||||||
|
|
||||||
/* The purpose of all the unions is to have the kernel-compatible layout
|
/* The purpose of all the unions is to have the kernel-compatible layout
|
||||||
while keeping the API type as 'long int', and among machines where
|
while keeping the API type as 'long int', and among machines where
|
||||||
@ -42,7 +44,6 @@ struct rusage
|
|||||||
};
|
};
|
||||||
/* Amount of sharing of text segment memory
|
/* Amount of sharing of text segment memory
|
||||||
with other processes (kilobyte-seconds). */
|
with other processes (kilobyte-seconds). */
|
||||||
/* Maximum resident set size (in kilobytes). */
|
|
||||||
__extension__ union
|
__extension__ union
|
||||||
{
|
{
|
||||||
long int ru_ixrss;
|
long int ru_ixrss;
|
||||||
|
Loading…
Reference in New Issue
Block a user