2006-03-27 Denis Barbier <barbier@linuxfr.org>
authorDaniel Jacobowitz <dan@codesourcery.com>
Tue, 28 Mar 2006 04:13:22 +0000 (04:13 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Tue, 28 Mar 2006 04:13:22 +0000 (04:13 +0000)
* sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
typo.

ChangeLog.mips
sysdeps/unix/sysv/linux/mips/bits/resource.h

index 1d20fd3..292e33b 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-27  Denis Barbier  <barbier@linuxfr.org>
+
+       * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
+       typo.
+
 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
index 7e71529..9e99f5d 100644 (file)
@@ -1,5 +1,5 @@
 /* Bit values & structures for resource limits.  Linux/MIPS version.
-   Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2004, 2005
+   Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2004, 2005, 2006
    Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -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