[OE-core] [PATCH v2] libaio: Fix MIPS system call interface

2013-01-31 Thread Phil Staub
observed in syscall-ppc.h. For a description of the MIPS system call interface, see: http://www.linux-mips.org/wiki/Syscall Signed-off-by: Phil Staub --- .../libaio/libaio_fix_for_mips_syscalls.patch | 62 meta/recipes-extended/libaio/libaio_0.3.109.bb |3 +- 2

Re: [OE-core] [PATCH] mips: Fix libaio system call interface

2013-01-30 Thread Phil Staub
On 01/29/2013 08:43 PM, Saul Wold wrote: On 01/29/2013 11:28 AM, Phil Staub wrote: The io_syscallX wrappers in syscall-mips.h discard error return status by overwriting the value returned in v0 from the system call with -1. Modify this behavior by returning the negative of the return value on

[OE-core] [PATCH] mips: Fix libaio system call interface

2013-01-29 Thread Phil Staub
observed in syscall-ppc.h. For a description of the MIPS system call interface, see: http://www.linux-mips.org/wiki/Syscall Signed-off-by: Phil Staub --- .../libaio/libaio_fix_for_mips_syscall.patch | 57 meta/recipes-extended/libaio/libaio_0.3.109.bb |6 ++- 2