소스 검색

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
 #if defined (__UCLIBC_HAS_LFS__) && defined L_ftw64
+#ifndef L_ftw
 #define L_ftw
 #define L_ftw
+#endif
 
 
 /* If Large file support is enabled, transparently remap
 /* If Large file support is enabled, transparently remap
  * things to use the 64-bit interfaces */
  * things to use the 64-bit interfaces */