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>
master
Michael Casadevall 2010-03-26 15:25:10 +00:00 committed by Aurelien Jarno
parent c05c7a7306
commit 7270547fe8
1 changed files with 1 additions and 1 deletions

View File

@ -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)