diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-01-28 16:14:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-01-28 16:14:01 +0100 |
| commit | e0e5de91ecdc21acc6b09deed542446d044a2f8f (patch) | |
| tree | 00acc77889cc14e953f77c8fb09f59835dbf10c1 /sys/sys_amd64.const | |
| parent | 24362e5bc73cef8dbfe6074ad0d02eac6dda20c5 (diff) | |
sys: move ipc syscalls into separate file
Diffstat (limited to 'sys/sys_amd64.const')
| -rw-r--r-- | sys/sys_amd64.const | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/sys/sys_amd64.const b/sys/sys_amd64.const index dbe81bee2..84fad89ed 100644 --- a/sys/sys_amd64.const +++ b/sys/sys_amd64.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 @@ -271,10 +259,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 @@ -505,22 +489,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 @@ -709,10 +679,6 @@ __NR_mq_timedreceive = 243 __NR_mq_timedsend = 242 __NR_mq_unlink = 241 __NR_mremap = 25 -__NR_msgctl = 71 -__NR_msgget = 68 -__NR_msgrcv = 70 -__NR_msgsnd = 69 __NR_msync = 26 __NR_munlock = 150 __NR_munlockall = 152 @@ -774,10 +740,6 @@ __NR_sched_setscheduler = 144 __NR_sched_yield = 24 __NR_seccomp = 317 __NR_select = 23 -__NR_semctl = 66 -__NR_semget = 64 -__NR_semop = 65 -__NR_semtimedop = 220 __NR_sendfile = 40 __NR_set_mempolicy = 238 __NR_set_robust_list = 273 @@ -798,10 +760,6 @@ __NR_setreuid = 113 __NR_setrlimit = 160 __NR_setuid = 105 __NR_setxattr = 188 -__NR_shmat = 30 -__NR_shmctl = 31 -__NR_shmdt = 67 -__NR_shmget = 29 __NR_sigaltstack = 131 __NR_signalfd = 282 __NR_signalfd4 = 289 |
