From 0be67307ca0c136a64819e27517a4660a3ace98a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 26 Aug 2018 05:51:30 +0200 Subject: sys/linux: add few assorted new flags/ioctls --- sys/linux/sys_ppc64le.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/sys_ppc64le.const') diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index 94929773f..437292dce 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -185,7 +185,9 @@ IN_DELETE = 512 IN_DELETE_SELF = 1024 IN_DONT_FOLLOW = 33554432 IN_EXCL_UNLINK = 67108864 +IN_ISDIR = 1073741824 IN_MASK_ADD = 536870912 +IN_MASK_CREATE = 268435456 IN_MODIFY = 2 IN_MOVED_FROM = 64 IN_MOVED_TO = 128 -- cgit mrf-deployment