Skip to content

Commit

Permalink
fix typo
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 7a73e8a commit 96073cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions syscall/linux/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ c.LOCK = multiflags {

-- for memfd
c.F_SEAL = multiflags {
SEAL 0x0001,
SHRINK 0x0002,
GROW 0x0004,
WRITE 0x0008,
SEAL = 0x0001,
SHRINK = 0x0002,
GROW = 0x0004,
WRITE = 0x0008,
}

--mmap
Expand Down

0 comments on commit 96073cc

Please sign in to comment.