summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/execveat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/tests/include/lapi/execveat.h')
-rw-r--r--kernel/tests/include/lapi/execveat.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/kernel/tests/include/lapi/execveat.h b/kernel/tests/include/lapi/execveat.h
deleted file mode 100644
index a7406f7..0000000
--- a/kernel/tests/include/lapi/execveat.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * Copyright (C) 2018 MediaTek Inc. All Rights Reserved.
- */
-
-#ifndef EXECVEAT_H
-#define EXECVEAT_H
-
-#include <sys/types.h>
-#include "config.h"
-#include "lapi/syscalls.h"
-
-#if !defined(HAVE_EXECVEAT)
-int execveat(int dirfd, const char *pathname,
- char *const argv[], char *const envp[],
- int flags)
-{
- return tst_syscall(__NR_execveat, dirfd, pathname, argv, envp, flags);
-}
-#endif
-
-#endif /* EXECVEAT_H */