OSDN Git Service

fts.c: add a comment about wrong usage of _lfs_64.h
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 27 Apr 2011 14:10:29 +0000 (16:10 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:43 +0000 (14:00 +0200)
This file needs anyway some massage (style update), I'll leave the fix
to the committer.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/misc/fts/fts.c

index deb8f4a..442dbf9 100644 (file)
@@ -38,6 +38,7 @@
 #include <unistd.h>
 
 #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