OSDN Git Service

Kill warning if IMA compiled
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 21 Oct 2005 12:36:23 +0000 (12:36 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 21 Oct 2005 12:36:23 +0000 (12:36 -0000)
libc/misc/ftw/ftw.c

index 605e07c..e58c3e6 100644 (file)
@@ -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 */