From d2c9f24fe0a6e73247c827d54b8c2189b61c4ea2 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 22 May 2001 14:36:19 +0000 Subject: Header cleanups to fix compilation. Mostly a hack, pending figuring out the best way to do some things. --- libc/sysdeps/linux/mips/bits/local_lim.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/mips/bits/local_lim.h') 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 -- cgit v1.2.3