summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/fnmatch.h
blob: 9628ac4407993fb7372f6b583aa1938b888bb7a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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