| ... | @@ -27,18 +27,6 @@ | ... | @@ -27,18 +27,6 @@ |
| 27 | #include <sys/sysmacros.h> | 27 | #include <sys/sysmacros.h> |
| 28 | #include <internal-stat.h> | 28 | #include <internal-stat.h> |
| 29 | | 29 | |
| 30 | #if __TIMESIZE == 64 \ | | |
| 31 | && (__WORDSIZE == 32 \ | | |
| 32 | && (!defined __SYSCALL_WORDSIZE || __SYSCALL_WORDSIZE == 32)) | | |
| 33 | /* Sanity check to avoid newer 32-bit ABI to support non-LFS calls. */ | | |
| 34 | _Static_assert (sizeof (__off_t) == sizeof (__off64_t), | | |
| 35 | "__blkcnt_t and __blkcnt64_t must match"); | | |
| 36 | _Static_assert (sizeof (__ino_t) == sizeof (__ino64_t), | | |
| 37 | "__blkcnt_t and __blkcnt64_t must match"); | | |
| 38 | _Static_assert (sizeof (__blkcnt_t) == sizeof (__blkcnt64_t), | | |
| 39 | "__blkcnt_t and __blkcnt64_t must match"); | | |
| 40 | #endif | | |
| 41 | | | |
| 42 | #if FSTATAT_USE_STATX | 30 | #if FSTATAT_USE_STATX |
| 43 | | 31 | |
| 44 | static inline int | 32 | static inline int |