From 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Aug 2020 07:51:02 +0200 Subject: sys/linux: switch to the new .const format This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 --- sys/linux/inotify_arm.const | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 sys/linux/inotify_arm.const (limited to 'sys/linux/inotify_arm.const') diff --git a/sys/linux/inotify_arm.const b/sys/linux/inotify_arm.const deleted file mode 100644 index 3c05968b7..000000000 --- a/sys/linux/inotify_arm.const +++ /dev/null @@ -1,28 +0,0 @@ -# AUTOGENERATED FILE -# INOTIFY_IOC_SETNEXTWD is not set -IN_ACCESS = 1 -IN_ATTRIB = 4 -IN_CLOEXEC = 524288 -IN_CLOSE_NOWRITE = 16 -IN_CLOSE_WRITE = 8 -IN_CREATE = 256 -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 -IN_MOVE_SELF = 2048 -IN_NONBLOCK = 2048 -IN_ONESHOT = 2147483648 -IN_ONLYDIR = 16777216 -IN_OPEN = 32 -__NR_inotify_add_watch = 317 -__NR_inotify_init = 316 -__NR_inotify_init1 = 360 -__NR_inotify_rm_watch = 318 -__NR_ioctl = 54 -- cgit mrf-deployment