xref: /aosp_15_r20/external/ltp/include/lapi/fnmatch.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2018 Linaro Limited. All rights reserved.
4  * Author: Rafael David Tinoco <[email protected]>
5  */
6 
7 #ifndef LAPI_FNMATCH_H__
8 #define LAPI_FNMATCH_H__
9 
10 #ifndef FNM_EXTMATCH
11 #define FNM_EXTMATCH 0
12 #endif
13 
14 #endif /* LAPI_FNMATCH_H__ */
15