seccomp, tcp: Add fcntl64 to pasta syscalls for armv6l, armv7l
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
8d33ec62de
commit
04fd94ab07
1 changed files with 1 additions and 1 deletions
2
tcp.c
2
tcp.c
|
@ -304,7 +304,7 @@
|
||||||
* - SPLICE_FIN_TO: FIN (EPOLLRDHUP) seen from connected socket
|
* - SPLICE_FIN_TO: FIN (EPOLLRDHUP) seen from connected socket
|
||||||
* - SPLICE_FIN_BOTH: FIN (EPOLLRDHUP) seen from both sides
|
* - 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>
|
#include <sched.h>
|
||||||
|
|
Loading…
Reference in a new issue