aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_ppc64le.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-08-26 05:51:30 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-08-26 05:51:30 +0200
commit0be67307ca0c136a64819e27517a4660a3ace98a (patch)
treefa8c3cb2a00a38c3e348ffaf77cf5a64ea325f38 /sys/linux/sys_ppc64le.const
parent98b0bddc4dc66e345d38ac749890263b91cf02f1 (diff)
sys/linux: add few assorted new flags/ioctls
Diffstat (limited to 'sys/linux/sys_ppc64le.const')
-rw-r--r--sys/linux/sys_ppc64le.const2
1 files changed, 2 insertions, 0 deletions
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