瀏覽代碼

Kill warning if IMA compiled

Peter S. Mazinger 18 年之前
父節點
當前提交
8cadaf66b7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      libc/misc/ftw/ftw.c

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

@@ -23,7 +23,9 @@
 
 
 #if defined (__UCLIBC_HAS_LFS__) && defined L_ftw64
+#ifndef L_ftw
 #define L_ftw
+#endif
 
 /* If Large file support is enabled, transparently remap
  * things to use the 64-bit interfaces */