summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bits/local_lim.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-14 07:37:43 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-14 07:37:43 +0000
commit5a13dcba58b0f6fc9d627bf3f982d8fbec9c1be4 (patch)
tree27013214217f32391601ba80c5d2180ccc87c9ca /libc/sysdeps/linux/mips/bits/local_lim.h
parent7ec11f7e1cd24b4c1051140cc412c20e210f1ee8 (diff)
Sync up mipsel headers
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/local_lim.h')
-rw-r--r--libc/sysdeps/linux/mips/bits/local_lim.h3
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>