~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to ports/sysdeps/unix/sysv/linux/mips/bits/resource.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Bit values & structures for resource limits.  Linux/MIPS version.
2
2
   Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2004, 2005, 2006, 2008,
3
 
   2009, 2010, 2011 Free Software Foundation, Inc.
 
3
   2009, 2010 Free Software Foundation, Inc.
4
4
   This file is part of the GNU C Library.
5
5
 
6
6
   The GNU C Library is free software; you can redistribute it and/or
100
100
  __RLIMIT_RTPRIO = 14,
101
101
#define RLIMIT_RTPRIO __RLIMIT_RTPRIO
102
102
 
103
 
  /* Maximum CPU time in µs that a process scheduled under a real-time
104
 
     scheduling policy may consume without making a blocking system
105
 
     call before being forcibly descheduled.  */
106
 
  __RLIMIT_RTTIME = 15,
107
 
#define RLIMIT_RTTIME __RLIMIT_RTTIME
108
 
 
109
 
  __RLIMIT_NLIMITS = 16,
 
103
  __RLIMIT_NLIMITS = 15,
110
104
  __RLIM_NLIMITS = __RLIMIT_NLIMITS
111
105
#define RLIMIT_NLIMITS __RLIMIT_NLIMITS
112
106
#define RLIM_NLIMITS __RLIM_NLIMITS