Explorar o código

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 <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger %!s(int64=15) %!d(string=hai) anos
pai
achega
d5e6e79fb9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/misc/fts/fts.c

+ 1 - 0
libc/misc/fts/fts.c

@@ -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