diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/local_lim.h')
-rw-r--r-- | libc/sysdeps/linux/mips/bits/local_lim.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/mips/bits/local_lim.h b/libc/sysdeps/linux/mips/bits/local_lim.h index 2a6782c49..0a7c83706 100644 --- a/libc/sysdeps/linux/mips/bits/local_lim.h +++ b/libc/sysdeps/linux/mips/bits/local_lim.h @@ -28,12 +28,9 @@ #ifndef LINK_MAX # define __undef_LINK_MAX #endif -/* uClibc likes to have a definition of OPEN_MAX */ -#if 0 #ifndef OPEN_MAX # define __undef_OPEN_MAX #endif -#endif /* The kernel sources contain a file with all the needed information. */ #include <linux/limits.h> |