Skip to content

all uses of aws_off_t replaced with int64_t

Pre-release
Pre-release

Choose a tag to compare

@graebm graebm released this 01 Jun 22:36
· 244 commits to main since this release
5790871
  • CHANGE: All uses of aws_off_t replaced with int64_t. aws_off_t used to be 32 or 64 bits, depending on a project's compiler flags. This was leading to bugs when projects had different flags. Now in64_t is used instead. Beginning in aws-c-common v0.6.0, aws_off_t is simply a typedef for int64_t, so hopefully this change is painless for consumers.