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_ppc64le.const | |
| parent | 24362e5bc73cef8dbfe6074ad0d02eac6dda20c5 (diff) | |
sys: move ipc syscalls into separate file
Diffstat (limited to 'sys/sys_ppc64le.const')
| -rw-r--r-- | sys/sys_ppc64le.const | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sys/sys_ppc64le.const b/sys/sys_ppc64le.const index 5814d7d78..024866959 100644 --- a/sys/sys_ppc64le.const +++ b/sys/sys_ppc64le.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 @@ -502,22 +486,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 |
