فهرست منبع

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 */