From c894dd3cbd66ac582d1b206f628c45fc59479991 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 6 Jan 2006 04:51:55 +0000 Subject: use hidden strcmp --- libc/misc/fnmatch/fnmatch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/misc/fnmatch/fnmatch.c') 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 #endif -- cgit v1.2.3