summaryrefslogtreecommitdiff
path: root/libc/misc/fnmatch/fnmatch.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-06 04:51:55 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-06 04:51:55 +0000
commitc894dd3cbd66ac582d1b206f628c45fc59479991 (patch)
tree54a5ac4085884d0b5d2f0de781fb5c999b0d16e7 /libc/misc/fnmatch/fnmatch.c
parent623f8de43a3989f64b3f24a3195b774634495601 (diff)
use hidden strcmp
Diffstat (limited to 'libc/misc/fnmatch/fnmatch.c')
-rw-r--r--libc/misc/fnmatch/fnmatch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c
index f1419bfd8..2dafebe18 100644
--- a/libc/misc/fnmatch/fnmatch.c
+++ b/libc/misc/fnmatch/fnmatch.c
@@ -17,6 +17,8 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#define strcmp __strcmp
+
#if HAVE_CONFIG_H
# include <config.h>
#endif