1
0
mirror of https://passt.top/passt synced 2024-07-02 07:52:41 +00:00

seccomp, tcp: Add fcntl64 to pasta syscalls for armv6l, armv7l

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-02-28 04:23:31 +01:00
parent 8d33ec62de
commit 04fd94ab07

2
tcp.c
View File

@ -304,7 +304,7 @@
* - SPLICE_FIN_TO: FIN (EPOLLRDHUP) seen from connected socket
* - SPLICE_FIN_BOTH: FIN (EPOLLRDHUP) seen from both sides
*
* #syscalls:pasta pipe2|pipe fcntl ppc64:fcntl64
* #syscalls:pasta pipe2|pipe fcntl armv6l:fcntl64 armv7l:fcntl64 ppc64:fcntl64
*/
#include <sched.h>