From fa40f30b4253b1e05c46cc5e0c111176825b7623 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Wed, 29 Oct 2003 16:07:11 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Corpo_2_1_1'. --- mdk-stage1/dietlibc/include/fnmatch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdk-stage1/dietlibc/include/fnmatch.h') diff --git a/mdk-stage1/dietlibc/include/fnmatch.h b/mdk-stage1/dietlibc/include/fnmatch.h index 762b43ff7..146e700bd 100644 --- a/mdk-stage1/dietlibc/include/fnmatch.h +++ b/mdk-stage1/dietlibc/include/fnmatch.h @@ -12,4 +12,6 @@ int fnmatch(const char *pattern, const char *string, int flags) __THROW; #define FNM_LEADING_DIR 8 #define FNM_CASEFOLD 16 +#define FNM_NOMATCH 1 + #endif -- cgit v1.2.1