From dbb41ce2b7f309d394054a6bd1e33afd578798a5 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Fri, 23 Oct 2020 15:18:01 +0200 Subject: Move the source code of all xloop components to the common 'src' directory --- kernel/tests/include/lapi/vmsplice.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 kernel/tests/include/lapi/vmsplice.h (limited to 'kernel/tests/include/lapi/vmsplice.h') diff --git a/kernel/tests/include/lapi/vmsplice.h b/kernel/tests/include/lapi/vmsplice.h deleted file mode 100644 index ba0fcca..0000000 --- a/kernel/tests/include/lapi/vmsplice.h +++ /dev/null @@ -1,23 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later -/* - * Copyright (c) International Business Machines Corp., 2007 - * Copyright (c) 2014 Cyril Hrubis - */ - -#ifndef VMSPLICE_H -#define VMSPLICE_H - -#include "config.h" -#include "lapi/syscalls.h" - -#include "lapi/iovec.h" - -#if !defined(HAVE_VMSPLICE) -ssize_t vmsplice(int fd, const struct iovec *iov, - unsigned long nr_segs, unsigned int flags) -{ - return tst_syscall(__NR_vmsplice, fd, iov, nr_segs, flags); -} -#endif - -#endif /* VMSPLICE_H */ -- cgit v1.2.3-55-g7522