On Friday 04 October 2013 15:41:20 Peter Korsgaard wrote:
> Some archs (avr32 in particular) still doesn't define __NR_pread64, so
> we should fall back to __NR_pread if it isn't available.
> 
> The code nicely checks for it, but then ends up hard coding the syscall
> to use __NR_pread64 afterwards, rendering the check useless. Fix it by
> using the result of the test instead.

i think you should look at all the pread/pwrite changes in master.  afaik, all 
issues are addressed there.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to