From c7681947b501455947618f1694df12fbb3c1d367 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Mon, 10 Mar 2003 13:52:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V9_1_19mdk'. --- mdk-stage1/dietlibc/include/fnmatch.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 mdk-stage1/dietlibc/include/fnmatch.h (limited to 'mdk-stage1/dietlibc/include/fnmatch.h') diff --git a/mdk-stage1/dietlibc/include/fnmatch.h b/mdk-stage1/dietlibc/include/fnmatch.h deleted file mode 100644 index 762b43ff7..000000000 --- a/mdk-stage1/dietlibc/include/fnmatch.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _FNMATCH_H -#define _FNMATCH_H - -#include - -int fnmatch(const char *pattern, const char *string, int flags) __THROW; - -#define FNM_NOESCAPE 1 -#define FNM_PATHNAME 2 -#define FNM_FILE_NAME 2 -#define FNM_PERIOD 4 -#define FNM_LEADING_DIR 8 -#define FNM_CASEFOLD 16 - -#endif -- cgit v1.2.1