summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-21 12:36:23 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-21 12:36:23 +0000
commit8cadaf66b786cc5c53acf73f901341dcd87b778b (patch)
treed09ba74e1bce55e7f094f1b062268a18e6a6ba9e /libc
parentd0a43ed93fcb351d32db4c880ddb6ddff7a6dae3 (diff)
Kill warning if IMA compiled
Diffstat (limited to 'libc')
-rw-r--r--libc/misc/ftw/ftw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/ftw/ftw.c b/libc/misc/ftw/ftw.c
index 605e07cd5..e58c3e6ca 100644
--- a/libc/misc/ftw/ftw.c
+++ b/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 */