patches/uClibc/0.9.30/130-arm-ftruncate64.patch
author Titus von Boxberg <titus@v9g.de>
Mon Aug 22 09:38:19 2011 +0200 (2011-08-22)
branch1.12
changeset 2638 18d05b18e242
permissions -rw-r--r--
libc/uClibc: portability fixes to install_headers

Add patch files for uClibc-0.9.30:
extra/scripts/install_headers.sh: find must be called with path.
extra/scripts/unifdef.c: getline is declared in <stdio.h>, use different name.

Reported-by: "Guylhem Aznar" <crossgcc@guylhem.net>
Reported-by: "Titus von Boxberg" <titus@v9g.de>
Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
(transplanted from b745004e1d29921a86b73694d912f1e1277db3e1)
yann@1207
     1
Original patch from Gentoo.
yann@1207
     2
yann@1207
     3
-= BEGIN original header =-
yann@1207
     4
-= END original header =-
yann@1207
     5
yann@1207
     6
diff -durN uClibc-0.9.30.orig/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h uClibc-0.9.30/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h
yann@1207
     7
--- uClibc-0.9.30.orig/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h	2008-09-25 10:50:56.000000000 +0200
yann@1207
     8
+++ uClibc-0.9.30/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h	2009-02-07 09:57:59.000000000 +0100
yann@1207
     9
@@ -39,4 +39,8 @@
yann@1207
    10
 /* define if target supports IEEE signed zero floats */
yann@1207
    11
 #define __UCLIBC_HAVE_SIGNED_ZERO__
yann@1207
    12
 
yann@1207
    13
+#ifdef __ARM_EABI__
yann@1207
    14
+# define __UCLIBC_TRUNCATE64_HAS_4_ARGS__
yann@1207
    15
+#endif
yann@1207
    16
+
yann@1207
    17
 #endif /* _BITS_UCLIBC_ARCH_FEATURES_H */