Skip to content

Commit

Permalink
fix more constant checks not in headers
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
  • Loading branch information
justincormack committed Dec 13, 2015
1 parent 8dff4ef commit 8235724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/linux-constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ local function fixup_constants(abi, c)
c.SECCOMP_MODE = nil
c.SECCOMP_RET = nil
c.MFD = nil
c.RTA.NEWDST = nil
c.RTA.PREF = nil
c.RTA.VIA = nil
c.RTA.MFC_STATS = nil

-- these are not even in linux git head headers or names wrong
c.O.ASYNC = nil
Expand Down

0 comments on commit 8235724

Please sign in to comment.