diff --git a/linux-user/syscall.c b/linux-user/syscall.c index bca8f70f2c..8222cb92f1 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -5267,6 +5267,10 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1, ret = do_select(nsel, inp, outp, exp, tvp); } break; +#endif +#ifdef TARGET_NR_pselect6 + case TARGET_NR_pselect6: + goto unimplemented_nowarn; #endif case TARGET_NR_symlink: {