diff options
author | Mikhail R. Gadelha <mikhail@igalia.com> | 2024-07-22 17:06:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 12:06:03 -0300 |
commit | 7ddcf7acf22ac2b490f17d0aea4c2b7f99911d63 (patch) | |
tree | fc3df9d64151a0d7f6595adc169edc4874ae6250 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 2e6558b8bcdaa4c0924f1f49a9200cb2dea44bd4 (diff) | |
download | llvm-7ddcf7acf22ac2b490f17d0aea4c2b7f99911d63.zip llvm-7ddcf7acf22ac2b490f17d0aea4c2b7f99911d63.tar.gz llvm-7ddcf7acf22ac2b490f17d0aea4c2b7f99911d63.tar.bz2 |
[libc] Change fsfilcnt_t and fsblkcnt_t to be 64-bits long (#99876)
In 32-bit systems with 64-bit offsets, both fsfilcnt_t and fsblkcnt_t are 64-bit long, just like 64-bit systems. This patch changes both types to be 64-bit long for all platforms and follows the reasoning used to change off_t: the standard only requires it to be an unsigned int, so making it 64-bit long doesn't violate this property.
It should be NFC for 64-bit systems.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions