diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-24 22:29:46 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-24 22:29:46 +0100 |
commit | 1db649c6feb27568655f70452c2fad3e75584508 (patch) | |
tree | 9a8dfe0cf3bc9760b36f8ddbc07f820ee8f75d20 | |
parent | 5931db0de902d2da434fbf682d4177e3b3c7e31b (diff) | |
download | buildroot-novena-1db649c6feb27568655f70452c2fad3e75584508.tar.gz buildroot-novena-1db649c6feb27568655f70452c2fad3e75584508.zip |
uClibc: remove trailer from linuxthreads-errno patches confusing modern patch
Modern versions of patch (2.6.1.81 / 85 tested) gets confused by the empty
git trailer referencing uClibc_errno.h (from when patch was forward ported
from 0.9.31), so drop it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.32-linuxthreads-errno-fix.patch | 2 | ||||
-rw-r--r-- | toolchain/uClibc/uClibc.snapshot.linuxthreads-errno-fix.patch | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.32-linuxthreads-errno-fix.patch b/toolchain/uClibc/uClibc-0.9.32-linuxthreads-errno-fix.patch index 73351737e..c4d0d00df 100644 --- a/toolchain/uClibc/uClibc-0.9.32-linuxthreads-errno-fix.patch +++ b/toolchain/uClibc/uClibc-0.9.32-linuxthreads-errno-fix.patch @@ -63,8 +63,6 @@ index 6e520fa..f4a9ebb 100644 # ifdef __UCLIBC_HAS_THREADS__ /* When using threads, errno is a per-thread value. */ -diff --git a/libc/sysdeps/linux/common/bits/uClibc_errno.h b/libc/sysdeps/linux/common/bits/uClibc_errno.h -index 9c15618..79eb7e6 100644 -- 1.7.1 diff --git a/toolchain/uClibc/uClibc.snapshot.linuxthreads-errno-fix.patch b/toolchain/uClibc/uClibc.snapshot.linuxthreads-errno-fix.patch index 73351737e..c4d0d00df 100644 --- a/toolchain/uClibc/uClibc.snapshot.linuxthreads-errno-fix.patch +++ b/toolchain/uClibc/uClibc.snapshot.linuxthreads-errno-fix.patch @@ -63,8 +63,6 @@ index 6e520fa..f4a9ebb 100644 # ifdef __UCLIBC_HAS_THREADS__ /* When using threads, errno is a per-thread value. */ -diff --git a/libc/sysdeps/linux/common/bits/uClibc_errno.h b/libc/sysdeps/linux/common/bits/uClibc_errno.h -index 9c15618..79eb7e6 100644 -- 1.7.1 |