(RLIMIT_RTPRIO): Fix typo.

This commit is contained in:
Ulrich Drepper 2005-06-21 18:38:49 +00:00
parent 5e74293199
commit baee7540a4

View File

@ -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