* 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.
This commit is contained in:
parent
64d64de628
commit
6a4635077d
|
@ -1,3 +1,9 @@
|
|||
2005-06-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2005-06-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* nscd/nscd.init: Get more in line with lsb3.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue