svn commit: trunk/uClibc/libc/sysdeps/linux/sh/bits

carmelo at uclibc.org carmelo at uclibc.org
Tue Jul 8 10:37:06 UTC 2008


Author: carmelo
Date: 2008-07-08 03:37:05 -0700 (Tue, 08 Jul 2008)
New Revision: 22688

Log:
sh4 don't need to cope with older RLIMIT implementation.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>


Modified:
   trunk/uClibc/libc/sysdeps/linux/sh/bits/uClibc_arch_features.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/sh/bits/uClibc_arch_features.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/sh/bits/uClibc_arch_features.h	2008-07-08 10:13:04 UTC (rev 22687)
+++ trunk/uClibc/libc/sysdeps/linux/sh/bits/uClibc_arch_features.h	2008-07-08 10:37:05 UTC (rev 22688)
@@ -22,7 +22,7 @@
 #undef __UCLIBC_BROKEN_CREATE_MODULE__
 
 /* does your target have to worry about older [gs]etrlimit() ? */
-#define __UCLIBC_HANDLE_OLDER_RLIMIT__
+#undef __UCLIBC_HANDLE_OLDER_RLIMIT__
 
 /* does your target have an asm .set ? */
 #define __UCLIBC_HAVE_ASM_SET_DIRECTIVE__




More information about the uClibc-cvs mailing list