Skip to content

Commit

Permalink
fix ctest for new fcntl changes
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
  • Loading branch information
justincormack committed Feb 13, 2017
1 parent 96073cc commit 56c4c76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/ctest-linux.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56c4c76

Please sign in to comment.