]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(RLIMIT_RTPRIO): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 Jun 2005 18:38:49 +0000 (18:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 Jun 2005 18:38:49 +0000 (18:38 +0000)
sysdeps/unix/sysv/linux/alpha/bits/resource.h

index 8bbd301dd991f89774953bc5735e6fe729714c7a..2163745840a088726840de18fd77209d3118c228 100644 (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