From c5ca9ff98c37eaae6ef891e675c02514513684f4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 8 Jun 2018 18:55:53 +0200 Subject: sys/linux: move aio descriptions into separate file --- sys/linux/sys_ppc64le.const | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sys/linux/sys_ppc64le.const') diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index c3f1bbd2c..f7433742b 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -180,14 +180,6 @@ IN_NONBLOCK = 2048 IN_ONESHOT = 2147483648 IN_ONLYDIR = 16777216 IN_OPEN = 32 -IOCB_CMD_FDSYNC = 3 -IOCB_CMD_FSYNC = 2 -IOCB_CMD_NOOP = 6 -IOCB_CMD_PREAD = 0 -IOCB_CMD_PREADV = 7 -IOCB_CMD_PWRITE = 1 -IOCB_CMD_PWRITEV = 8 -IOCB_FLAG_RESFD = 1 IOPRIO_WHO_PGRP = 2 IOPRIO_WHO_PROCESS = 1 IOPRIO_WHO_USER = 3 @@ -666,11 +658,6 @@ __NR_inotify_add_watch = 276 __NR_inotify_init = 275 __NR_inotify_init1 = 318 __NR_inotify_rm_watch = 277 -__NR_io_cancel = 231 -__NR_io_destroy = 228 -__NR_io_getevents = 229 -__NR_io_setup = 227 -__NR_io_submit = 230 __NR_ioctl = 54 __NR_ioperm = 101 __NR_iopl = 110 -- cgit mrf-deployment