summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bits/local_lim.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-05-22 14:36:19 +0000
committerDavid Schleef <ds@schleef.org>2001-05-22 14:36:19 +0000
commitd2c9f24fe0a6e73247c827d54b8c2189b61c4ea2 (patch)
tree3e351d506328f995a6fc84cb574f4c38535ba6c4 /libc/sysdeps/linux/mips/bits/local_lim.h
parent665ce29c84a830259683fdb58c76da7efc00f890 (diff)
Header cleanups to fix compilation. Mostly a hack, pending figuring
out the best way to do some things.
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, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/bits/local_lim.h b/libc/sysdeps/linux/mips/bits/local_lim.h
index 0a7c83706..2a6782c49 100644
--- a/libc/sysdeps/linux/mips/bits/local_lim.h
+++ b/libc/sysdeps/linux/mips/bits/local_lim.h
@@ -28,9 +28,12 @@
#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>