diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-06-21 18:39:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-06-21 18:39:48 +0000 |
commit | 6a4635077d7630e3322677d33a3333f5daa451ec (patch) | |
tree | e2e3a9ff8ab93d7c6e7793943b0a6b22bb67f94c /sysdeps/unix/sysv/linux/bits | |
parent | 64d64de628376b21e8eb29bdc9ef6a3651793aef (diff) | |
download | glibc-6a4635077d7630e3322677d33a3333f5daa451ec.tar.gz glibc-6a4635077d7630e3322677d33a3333f5daa451ec.tar.xz glibc-6a4635077d7630e3322677d33a3333f5daa451ec.zip |
* sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
* sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/resource.h b/sysdeps/unix/sysv/linux/bits/resource.h index 115739d439..526cdaf53c 100644 --- a/sysdeps/unix/sysv/linux/bits/resource.h +++ b/sysdeps/unix/sysv/linux/bits/resource.h @@ -98,7 +98,7 @@ enum __rlimit_resource /* Maximum realtime priority allowed for non-priviledged processes. */ __RLIMIT_RTPRIO = 14, -#define RLIMIT_RTPRIO _RLIMIT_RTPRIO +#define RLIMIT_RTPRIO __RLIMIT_RTPRIO __RLIMIT_NLIMITS = 15, __RLIM_NLIMITS = __RLIMIT_NLIMITS |