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