mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 07:20:15 +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
|
||||
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
Block a user