瀏覽代碼

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