2006-03-27 Denis Barbier <barbier@linuxfr.org>

* sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
	typo.
This commit is contained in:
Daniel Jacobowitz 2006-03-28 04:13:22 +00:00
parent ea5f32769e
commit b415b963c2
2 changed files with 7 additions and 2 deletions

View 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

View 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