From 96073cc38a8ce044c43535eabf20823a545d80a6 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 13 Feb 2017 00:13:16 +0000 Subject: [PATCH] fix typo Signed-off-by: Justin Cormack --- syscall/linux/constants.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syscall/linux/constants.lua b/syscall/linux/constants.lua index 1b40abd160..59311422d8 100644 --- a/syscall/linux/constants.lua +++ b/syscall/linux/constants.lua @@ -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