From 7ff804269bb0594431308ad328239aeeb5ceb057 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 5 Sep 2014 21:43:49 +0200 Subject: 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/sys/types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sys/types.h') diff --git a/include/sys/types.h b/include/sys/types.h index f00db03e..75e489c5 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -73,7 +73,6 @@ typedef unsigned long long u_quad_t; #endif #if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) -#define blksize64_t blksize_t #define blkcnt64_t blkcnt_t #define fsblkcnt64_t fsblkcnt_t #define fsfilcnt64_t fsfilcnt_t -- cgit v1.2.1