diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 05:46:56 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 05:46:56 +0000 |
| commit | 4d004cfb45f86696f764e2c92d9c2ea0c54a2bba (patch) | |
| tree | e9979ffbbd918b1cc0814df5e53df128e63f53f7 /sysdeps/unix/sysv/linux/alpha/bits | |
| parent | 770d9b39dfacea4ec15446995d6a57906b8125d1 (diff) | |
| download | glibc-4d004cfb45f86696f764e2c92d9c2ea0c54a2bba.tar.xz glibc-4d004cfb45f86696f764e2c92d9c2ea0c54a2bba.zip | |
Update.
2004-08-12 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly.
* sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros
accordingly.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/bits')
| -rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/resource.h b/sysdeps/unix/sysv/linux/alpha/bits/resource.h index abf5c69b26..868fd7b462 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/resource.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/resource.h @@ -151,8 +151,8 @@ enum __rusage_who #define RUSAGE_CHILDREN RUSAGE_CHILDREN /* Both. */ - RUSAGE_BOTH = -2 -#define RUSAGE_BOTH RUSAGE_BOTH + __RUSAGE_BOTH = -2 +#define RUSAGE_BOTH __RUSAGE_BOTH }; #define __need_timeval |
