Przeglądaj źródła

use hidden strcmp

Mike Frysinger 18 lat temu
rodzic
commit
c894dd3cbd
1 zmienionych plików z 2 dodań i 0 usunięć
  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
    02111-1307 USA.  */
 
+#define strcmp __strcmp
+
 #if HAVE_CONFIG_H
 # include <config.h>
 #endif