summaryrefslogtreecommitdiff
path: root/misc/fnmatch.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-01-28 06:36:29 +0000
committerjbj <devnull@localhost>2005-01-28 06:36:29 +0000
commitfadd9c8edb96946cb1d1dcf172f4109e2c4bcd35 (patch)
tree555f978c54d23a3fd9f72eb99d9d07dc7a91552f /misc/fnmatch.h
parentff752142178293a108f87559b770a101153a8cd1 (diff)
downloadrpm-fadd9c8edb96946cb1d1dcf172f4109e2c4bcd35.tar.gz
rpm-fadd9c8edb96946cb1d1dcf172f4109e2c4bcd35.tar.bz2
rpm-fadd9c8edb96946cb1d1dcf172f4109e2c4bcd35.zip
Revert glob/fnmatch/alloca uniqify on macosx for now.
CVS patchset: 7717 CVS date: 2005/01/28 06:36:29
Diffstat (limited to 'misc/fnmatch.h')
-rw-r--r--misc/fnmatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fnmatch.h b/misc/fnmatch.h
index 07f0ec4d3..c0fd6a920 100644
--- a/misc/fnmatch.h
+++ b/misc/fnmatch.h
@@ -75,7 +75,7 @@ extern "C" {
/* Match NAME against the filename pattern PATTERN,
returning zero if it matches, FNM_NOMATCH if not. */
-extern int xxfnmatch __P ((__const char *__pattern, __const char *__name,
+extern int fnmatch __P ((__const char *__pattern, __const char *__name,
int __flags));
#ifdef __cplusplus