OSDN Git Service

disable older rlimit support by default
authorMike Frysinger <vapier@gentoo.org>
Sat, 4 Mar 2006 00:54:43 +0000 (00:54 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 4 Mar 2006 00:54:43 +0000 (00:54 -0000)
libc/sysdeps/linux/i386/bits/uClibc_arch_features.h
libc/sysdeps/linux/powerpc/bits/uClibc_arch_features.h

index 718ab2a..d08ac0b 100644 (file)
@@ -18,7 +18,8 @@
 #define __UCLIBC_BROKEN_CREATE_MODULE__
 
 /* does your target have to worry about older [gs]etrlimit() ? */
-#define __UCLIBC_HANDLE_OLDER_RLIMIT__
+/* this is only an issue on i386 where linux < 2.3.25, so we just assume it works ... */
+#undef __UCLIBC_HANDLE_OLDER_RLIMIT__
 
 /* does your target prefix all symbols with an _ ? */
 #define __UCLIBC_NO_UNDERSCORES__
index 1e994ec..7efa8c4 100644 (file)
@@ -18,7 +18,8 @@
 #undef __UCLIBC_BROKEN_CREATE_MODULE__
 
 /* does your target have to worry about older [gs]etrlimit() ? */
-#define __UCLIBC_HANDLE_OLDER_RLIMIT__
+/* this is only an issue on i386 where linux < 2.3.35, so we just assume it works ... */
+#undef __UCLIBC_HANDLE_OLDER_RLIMIT__
 
 /* does your target prefix all symbols with an _ ? */
 #define __UCLIBC_NO_UNDERSCORES__