Comment 1 for bug 956799

Revision history for this message
Peter Maydell (pmaydell) wrote :

Hmm, this may be as easy as changing the line in linux-user/arm/syscall_nr.h that reads
                                    /* 336 for ppoll */
to say
#define TARGET_NR_ppoll 336

instead...