mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Don't let the fnmatch/glob macros expand the function prototype.
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
#define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
|
||||
#define FNM_CASEFOLD 0x10 /* Case insensitive search. */
|
||||
|
||||
int rpl_fnmatch(const char *, const char *, int);
|
||||
|
||||
#define fnmatch(_a, _b, _c) rpl_fnmatch((_a), (_b), (_c))
|
||||
|
||||
int fnmatch(const char *, const char *, int);
|
||||
|
||||
#endif /* !_FNMATCH_H_ */
|
||||
|
Reference in New Issue
Block a user