mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
Add new pselect6_time64 syscall on ARM.
This is apparently needed on armhfp/armv7hl. bz#3232, patch from jjelen at redhat.com.
This commit is contained in:
parent
3a7c46c72b
commit
0f90440ca7
@ -267,6 +267,9 @@ static const struct sock_filter preauth_insns[] = {
|
|||||||
#ifdef __NR_pselect6
|
#ifdef __NR_pselect6
|
||||||
SC_ALLOW(__NR_pselect6),
|
SC_ALLOW(__NR_pselect6),
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __NR_pselect6_time64
|
||||||
|
SC_ALLOW(__NR_pselect6_time64),
|
||||||
|
#endif
|
||||||
#ifdef __NR_read
|
#ifdef __NR_read
|
||||||
SC_ALLOW(__NR_read),
|
SC_ALLOW(__NR_read),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user