fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h
authorSzabolcs Nagy <nsz@port70.net>
Fri, 5 Sep 2014 19:43:49 +0000 (21:43 +0200)
committerRich Felker <dalias@aerifal.cx>
Fri, 5 Sep 2014 20:03:07 +0000 (16:03 -0400)
commit7ff804269bb0594431308ad328239aeeb5ceb057
tree253cb7207dc001ad5a66d28f56250bd93351287e
parent36c30c4ddd92ec3a058d54aac31a5734be6380f8
fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h

there is no blksize64_t (blksize_t is always long) but there are
fsblkcnt64_t and fsfilcnt64_t types in sys/stat.h and sys/types.h.
and glob.h missed glob64_t.
include/glob.h
include/sys/stat.h
include/sys/types.h