summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/tests/include/lapi/fnmatch.h')
-rw-r--r--kernel/tests/include/lapi/fnmatch.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/tests/include/lapi/fnmatch.h b/kernel/tests/include/lapi/fnmatch.h
deleted file mode 100644
index 9628ac4..0000000
--- a/kernel/tests/include/lapi/fnmatch.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * Copyright (c) 2018 Linaro Limited. All rights reserved.
- * Author: Rafael David Tinoco <rafael.tinoco@linaro.org>
- */
-
-#ifndef FNMATCH_H__
-#define FNMATCH_H__
-
-#ifndef FNM_EXTMATCH
-#define FNM_EXTMATCH 0
-#endif
-
-#endif