浏览代码

Kill warning if IMA compiled

Peter S. Mazinger 19 年之前
父节点
当前提交
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 */