From e0e5de91ecdc21acc6b09deed542446d044a2f8f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 28 Jan 2017 16:14:01 +0100 Subject: sys: move ipc syscalls into separate file --- sys/sys_arm64.const | 42 ------------------------------------------ 1 file changed, 42 deletions(-) (limited to 'sys/sys_arm64.const') diff --git a/sys/sys_arm64.const b/sys/sys_arm64.const index 96fbf6b60..bbbcf8f4f 100644 --- a/sys/sys_arm64.const +++ b/sys/sys_arm64.const @@ -144,11 +144,6 @@ F_SETPIPE_SZ = 1031 F_SETSIG = 10 F_UNLCK = 2 F_WRLCK = 1 -GETALL = 13 -GETNCNT = 14 -GETPID = 11 -GETVAL = 12 -GETZCNT = 15 GRND_NONBLOCK = 1 GRND_RANDOM = 2 IN_ACCESS = 1 @@ -181,13 +176,6 @@ IOCB_FLAG_RESFD = 1 IOPRIO_WHO_PGRP = 2 IOPRIO_WHO_PROCESS = 1 IOPRIO_WHO_USER = 3 -IPC_CREAT = 512 -IPC_EXCL = 1024 -IPC_INFO = 3 -IPC_NOWAIT = 2048 -IPC_RMID = 0 -IPC_SET = 1 -IPC_STAT = 2 ITIMER_PROF = 2 ITIMER_REAL = 0 ITIMER_VIRTUAL = 1 @@ -270,10 +258,6 @@ MPOL_MF_STRICT = 1 MPOL_PREFERRED = 1 MREMAP_FIXED = 2 MREMAP_MAYMOVE = 1 -MSG_EXCEPT = 8192 -MSG_INFO = 12 -MSG_NOERROR = 4096 -MSG_STAT = 11 MS_ASYNC = 1 MS_BIND = 4096 MS_DIRSYNC = 128 @@ -498,22 +482,8 @@ SEEK_DATA = 3 SEEK_END = 2 SEEK_HOLE = 4 SEEK_SET = 0 -SEM_INFO = 19 -SEM_STAT = 18 -SEM_UNDO = 4096 -SETALL = 17 -SETVAL = 16 SFD_CLOEXEC = 524288 SFD_NONBLOCK = 2048 -SHM_HUGETLB = 2048 -SHM_INFO = 14 -SHM_LOCK = 11 -SHM_NORESERVE = 4096 -SHM_RDONLY = 4096 -SHM_REMAP = 16384 -SHM_RND = 8192 -SHM_STAT = 13 -SHM_UNLOCK = 12 SHORT_INODE = 16777216 SIGEV_NONE = 1 SIGEV_SIGNAL = 0 @@ -679,10 +649,6 @@ __NR_mq_timedreceive = 183 __NR_mq_timedsend = 182 __NR_mq_unlink = 181 __NR_mremap = 216 -__NR_msgctl = 187 -__NR_msgget = 186 -__NR_msgrcv = 188 -__NR_msgsnd = 189 __NR_msync = 227 __NR_munlock = 229 __NR_munlockall = 231 @@ -736,10 +702,6 @@ __NR_sched_setparam = 118 __NR_sched_setscheduler = 119 __NR_sched_yield = 124 __NR_seccomp = 277 -__NR_semctl = 191 -__NR_semget = 190 -__NR_semop = 193 -__NR_semtimedop = 192 __NR_sendfile = 71 __NR_set_mempolicy = 237 __NR_set_robust_list = 99 @@ -759,10 +721,6 @@ __NR_setreuid = 145 __NR_setrlimit = 164 __NR_setuid = 146 __NR_setxattr = 5 -__NR_shmat = 196 -__NR_shmctl = 195 -__NR_shmdt = 197 -__NR_shmget = 194 __NR_sigaltstack = 132 __NR_signalfd4 = 74 __NR_splice = 76 -- cgit mrf-deployment