aboutgitcodebugslistschat
path: root/tcp.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-02-28 04:23:31 +0100
committerStefano Brivio <sbrivio@redhat.com>2022-02-28 04:23:31 +0100
commit04fd94ab07ff18f0e0600b0ddc7a41105bed0ff2 (patch)
treeeae5ebfd4a21b68b4edfa89ca3fd891ea801faef /tcp.c
parent8d33ec62de7f777d28e0adfd9a078c2cbaeb8163 (diff)
downloadpasst-04fd94ab07ff18f0e0600b0ddc7a41105bed0ff2.tar
passt-04fd94ab07ff18f0e0600b0ddc7a41105bed0ff2.tar.gz
passt-04fd94ab07ff18f0e0600b0ddc7a41105bed0ff2.tar.bz2
passt-04fd94ab07ff18f0e0600b0ddc7a41105bed0ff2.tar.lz
passt-04fd94ab07ff18f0e0600b0ddc7a41105bed0ff2.tar.xz
passt-04fd94ab07ff18f0e0600b0ddc7a41105bed0ff2.tar.zst
passt-04fd94ab07ff18f0e0600b0ddc7a41105bed0ff2.zip
seccomp, tcp: Add fcntl64 to pasta syscalls for armv6l, armv7l
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'tcp.c')
-rw-r--r--tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp.c b/tcp.c
index a3a9dfd..4dc9750 100644
--- a/tcp.c
+++ b/tcp.c
@@ -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>