summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/linux-2.0/extra/bits/local_lim.h
blob: 1a319ccdfd4104dbabec5e1f236b62e0f5178ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Minimum guaranteed maximum values for system limits.  Linux version.

/* The kernel header pollutes the namespace with the NR_OPEN symbol.
   Remove this after including the header if necessary.  */

#ifndef NR_OPEN
# define __undef_NR_OPEN
#endif

#include <linux/limits.h>

#ifdef __undef_NR_OPEN
# undef NR_OPEN
# undef __undef_NR_OPEN
#endif