aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches/133-unistd_arm.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-02-21 14:32:21 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-02-21 14:32:21 +0000
commitdbf25a33d712bd432d9d0d2953d77238027eea02 (patch)
tree73ea574027449d0abf313572da093c08d87f01a0 /toolchain/uClibc/patches/133-unistd_arm.patch
parent1a46f5284782a29edb260757597b36779593b3fb (diff)
downloadupstream-dbf25a33d712bd432d9d0d2953d77238027eea02.tar.gz
upstream-dbf25a33d712bd432d9d0d2953d77238027eea02.tar.bz2
upstream-dbf25a33d712bd432d9d0d2953d77238027eea02.zip
uClibc: refresh patches for uClibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches/133-unistd_arm.patch')
-rw-r--r--toolchain/uClibc/patches/133-unistd_arm.patch11
1 files changed, 4 insertions, 7 deletions
diff --git a/toolchain/uClibc/patches/133-unistd_arm.patch b/toolchain/uClibc/patches/133-unistd_arm.patch
index 7aef8b01bb..a152888801 100644
--- a/toolchain/uClibc/patches/133-unistd_arm.patch
+++ b/toolchain/uClibc/patches/133-unistd_arm.patch
@@ -1,8 +1,6 @@
-Index: uClibc-0.9.29/extra/scripts/gen_bits_syscall_h.sh
-===================================================================
---- uClibc-0.9.29.orig/extra/scripts/gen_bits_syscall_h.sh 2006-12-12 04:30:02.000000000 +0100
-+++ uClibc-0.9.29/extra/scripts/gen_bits_syscall_h.sh 2008-03-10 23:20:52.000000000 +0100
-@@ -24,8 +24,8 @@
+--- a/extra/scripts/gen_bits_syscall_h.sh
++++ b/extra/scripts/gen_bits_syscall_h.sh
+@@ -24,8 +24,8 @@ esac
( echo "#include <asm/unistd.h>";
echo "#include <asm/unistd.h>" |
$CC -E $CC_SYSNUM_ARGS $INCLUDE_OPTS - |
@@ -13,7 +11,7 @@ Index: uClibc-0.9.29/extra/scripts/gen_bits_syscall_h.sh
) |
$CC -E $INCLUDE_OPTS - |
( echo "/* WARNING!!! AUTO-GENERATED FILE!!! DO NOT EDIT!!! */" ; echo ;
-@@ -35,10 +35,10 @@
+@@ -35,10 +35,10 @@ $CC -E $INCLUDE_OPTS - |
echo "#ifndef _SYSCALL_H" ;
echo "# error \"Never use <bits/sysnum.h> directly; include <sys/syscall.h> instead.\"" ;
echo "#endif" ; echo ;
@@ -28,4 +26,3 @@ Index: uClibc-0.9.29/extra/scripts/gen_bits_syscall_h.sh
echo ;
echo "#endif" ;
)
-