Browse Source

use hidden strcmp

Mike Frysinger 18 years ago
parent
commit
c894dd3cbd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libc/misc/fnmatch/fnmatch.c

+ 2 - 0
libc/misc/fnmatch/fnmatch.c

@@ -17,6 +17,8 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
    02111-1307 USA.  */
 
 
+#define strcmp __strcmp
+
 #if HAVE_CONFIG_H
 #if HAVE_CONFIG_H
 # include <config.h>
 # include <config.h>
 #endif
 #endif