mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-04 00:31:09 +00:00
(RLIMIT_RTPRIO): Fix typo.
This commit is contained in:
parent
5e74293199
commit
baee7540a4
@ -98,7 +98,7 @@ enum __rlimit_resource
|
|||||||
/* Maximum realtime priority allowed for non-priviledged
|
/* Maximum realtime priority allowed for non-priviledged
|
||||||
processes. */
|
processes. */
|
||||||
__RLIMIT_RTPRIO = 14,
|
__RLIMIT_RTPRIO = 14,
|
||||||
#define RLIMIT_RTPRIO _RLIMIT_RTPRIO
|
#define RLIMIT_RTPRIO __RLIMIT_RTPRIO
|
||||||
|
|
||||||
__RLIMIT_NLIMITS = 15,
|
__RLIMIT_NLIMITS = 15,
|
||||||
__RLIM_NLIMITS = __RLIMIT_NLIMITS
|
__RLIM_NLIMITS = __RLIMIT_NLIMITS
|
||||||
|
Loading…
Reference in New Issue
Block a user