From 56c4c768486bc4ea0fe96ac8b263e7c657b989ae Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 13 Feb 2017 00:18:17 +0000 Subject: [PATCH] fix ctest for new fcntl changes Signed-off-by: Justin Cormack --- test/ctest-linux.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/ctest-linux.lua b/test/ctest-linux.lua index 41f447bff6..d03ac64c2b 100644 --- a/test/ctest-linux.lua +++ b/test/ctest-linux.lua @@ -343,6 +343,12 @@ c.SO.DETACH_BPF = nil c.SO.ATTACH_REUSEPORT_CBPF = nil c.SO.ATTACH_REUSEPORT_EBPF = nil +-- new fcntl +c.F.CANCELLK == nil +c.F.ADD_SEALS=nil +c.F.GET_SEALS=nil +c.F_SEAL=nil + -- Musl changes some of the syscall constants in its 32/64 bit handling c.SYS.getdents = nil