uClibc: 0.9.33.2: Unbreak on avr32 after recent pread patches
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 4 Oct 2013 19:42:44 +0000 (21:42 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 4 Oct 2013 19:42:44 +0000 (21:42 +0200)
commit81de81bed0333e7b458018375bdea03ca4f4b42a
tree2116bd55c3e7f6b7929d0d5a1f49b30addc0e8d4
parent69b37ad7cc3e81e04b28f608d3e015faf4f8c448
uClibc: 0.9.33.2: Unbreak on avr32 after recent pread patches

avr32 only provides __NR_pread and not __NR_pread64, so the fallback
handling must be used.

Patch sent upstream:
http://lists.uclibc.org/pipermail/uclibc/2013-October/047967.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/uclibc/0.9.33.2/uclibc-0054-common-pread_write.c-unbreak-on-archs-without-__NR_p.patch [new file with mode: 0644]