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/ipc_arm.const | 58 ------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 sys/linux/ipc_arm.const (limited to 'sys/linux/ipc_arm.const') diff --git a/sys/linux/ipc_arm.const b/sys/linux/ipc_arm.const deleted file mode 100644 index fad4da4b8..000000000 --- a/sys/linux/ipc_arm.const +++ /dev/null @@ -1,58 +0,0 @@ -# AUTOGENERATED FILE -GETALL = 13 -GETNCNT = 14 -GETPID = 11 -GETVAL = 12 -GETZCNT = 15 -IPC_CREAT = 512 -IPC_EXCL = 1024 -IPC_INFO = 3 -IPC_NOWAIT = 2048 -IPC_PRIVATE = 0 -IPC_RMID = 0 -IPC_SET = 1 -IPC_STAT = 2 -MSG_EXCEPT = 8192 -MSG_INFO = 12 -MSG_NOERROR = 4096 -MSG_STAT = 11 -MSG_STAT_ANY = 13 -SEM_INFO = 19 -SEM_STAT = 18 -SEM_STAT_ANY = 20 -SEM_UNDO = 4096 -SETALL = 17 -SETVAL = 16 -SHM_HUGETLB = 2048 -SHM_HUGE_1GB = 2013265920 -SHM_HUGE_2MB = 1409286144 -SHM_INFO = 14 -SHM_LOCK = 11 -SHM_NORESERVE = 4096 -SHM_RDONLY = 4096 -SHM_REMAP = 16384 -SHM_RND = 8192 -SHM_STAT = 13 -SHM_STAT_ANY = 15 -SHM_UNLOCK = 12 -S_IRGRP = 32 -S_IROTH = 4 -S_IRUSR = 256 -S_IWGRP = 16 -S_IWOTH = 2 -S_IWUSR = 128 -S_IXGRP = 8 -S_IXOTH = 1 -S_IXUSR = 64 -__NR_msgctl = 304 -__NR_msgget = 303 -__NR_msgrcv = 302 -__NR_msgsnd = 301 -__NR_semctl = 300 -__NR_semget = 299 -__NR_semop = 298 -__NR_semtimedop = 312 -__NR_shmat = 305 -__NR_shmctl = 308 -__NR_shmdt = 306 -__NR_shmget = 307 -- cgit mrf-deployment