소스 검색

use hidden strcmp

Mike Frysinger 18 년 전
부모
커밋
c894dd3cbd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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