From d5e6e79fb9b4d1fdb89c59765b691f6ce3218133 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 27 Apr 2011 16:10:29 +0200 Subject: fts.c: add a comment about wrong usage of _lfs_64.h This file needs anyway some massage (style update), I'll leave the fix to the committer. Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/misc/fts/fts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc') diff --git a/libc/misc/fts/fts.c b/libc/misc/fts/fts.c index deb8f4adc..442dbf954 100644 --- a/libc/misc/fts/fts.c +++ b/libc/misc/fts/fts.c @@ -38,6 +38,7 @@ #include #ifdef __UCLIBC_HAS_LFS__ +/* this is wrong, either you include this header as first, or not at all */ # include <_lfs_64.h> #else # define stat64 stat -- cgit v1.2.3