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

aldot at uclibc.org aldot at uclibc.org
Thu Sep 25 08:50:56 UTC 2008


Author: aldot
Date: 2008-09-25 01:50:56 -0700 (Thu, 25 Sep 2008)
New Revision: 23481

Log:
- arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__
  (75_all_uClibc-arm-ftruncate64.patch from gentoo)


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


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h	2008-09-25 08:35:20 UTC (rev 23480)
+++ trunk/uClibc/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h	2008-09-25 08:50:56 UTC (rev 23481)
@@ -12,7 +12,11 @@
 #undef __UCLIBC_MMAP_HAS_6_ARGS__
 
 /* does your target use syscall4() for truncate64 ? (32bit arches only) */
+#ifdef __ARM_EABI__
+#define __UCLIBC_TRUNCATE64_HAS_4_ARGS__
+#else
 #undef __UCLIBC_TRUNCATE64_HAS_4_ARGS__
+#endif
 
 /* does your target have a broken create_module() ? */
 #define __UCLIBC_BROKEN_CREATE_MODULE__




More information about the uClibc-cvs mailing list