Skip to content

Commit

Permalink
fix ctest for new fcntl changes, typowq
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Cormack <[email protected]>
  • Loading branch information
justincormack committed Feb 13, 2017
1 parent 56c4c76 commit cc221e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/ctest-linux.lua
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ 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
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 cc221e4

Please sign in to comment.