uClibc: 0.9.33.2: revert pread/pwrite patches from upstream git
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 5 Feb 2014 08:21:57 +0000 (09:21 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 5 Feb 2014 08:21:57 +0000 (09:21 +0100)
commit4ed1dc66166b7d1eefc0995f343a3502f5a7f15e
tree9da216d10de15fb2a2c1fbcfb458f9e7c5ae76e4
parent868c6cebe4cfa87178188e0bfde0a48135a6f814
uClibc: 0.9.33.2: revert pread/pwrite patches from upstream git

The pread/pwrite handling on the 0.9.33 branch doesn't take into
consideration architectures with an ABI requiring natural alignment for
64bit arguments (afaik ARM EABI, MIPS O32, PPC, SH and Xtensa), causing
havoc.

The issue has been brought with the uClibc developers, but so far a fix is
not available - So lets revert the patches for now as they cause real
issues.

For further details, see:

http://lists.busybox.net/pipermail/buildroot/2014-January/087050.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/uclibc/0.9.33.2/uclibc-0014-pread-pwrite-backport-fix.patch [deleted file]
package/uclibc/0.9.33.2/uclibc-0021-pread-pwrite-fix-for-threads.patch [deleted file]
package/uclibc/0.9.33.2/uclibc-0032-pread-pwrite-handle-renamed-syscalls-in-common-ppc-x.patch [deleted file]
package/uclibc/0.9.33.2/uclibc-0054-common-pread_write.c-unbreak-on-archs-without-__NR_p.patch [deleted file]