linux-user: Add the syscall id for pselect6 on ARM
As this is now supported in newer linux kernels. Signed-off-by: Michael Casadevall <mcasadevall@ubuntu.com> Signed-off-by: Riku Voipio <riku.voipio@nokia.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
c05c7a7306
commit
7270547fe8
@ -338,7 +338,7 @@
|
||||
#define TARGET_NR_readlinkat (332)
|
||||
#define TARGET_NR_fchmodat (333)
|
||||
#define TARGET_NR_faccessat (334)
|
||||
/* 335 for pselect6 */
|
||||
#define TARGET_NR_pselect6 (335)
|
||||
/* 336 for ppoll */
|
||||
#define TARGET_NR_unshare (337)
|
||||
#define TARGET_NR_set_robust_list (338)
|
||||
|
Loading…
Reference in New Issue
Block a user