Le 8 janvier 2013 à 00:14, Richard Henderson a écrit :
> On 01/07/2013 02:38 PM, Laurent Vivier wrote:
> > -#if defined(TARGET_NR_select) && !defined(TARGET_S390X) &&
> > !defined(TARGET_S390)
> > +#if defined(TARGET_NR_select) && !defined(TARGET_S390X) && \
> > + !defined(TARGET_S390) && \
> > +
On 01/07/2013 02:38 PM, Laurent Vivier wrote:
> -#if defined(TARGET_NR_select) && !defined(TARGET_S390X) &&
> !defined(TARGET_S390)
> +#if defined(TARGET_NR_select) && !defined(TARGET_S390X) && \
> + !defined(TARGET_S390) && \
> + !de
Signed-off-by: Laurent Vivier
---
linux-user/syscall.c |9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 2232bb8..76bafff 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -6249,7 +6249,9 @@ abi_long do_