awslabs / mountpoint-s3

A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.
Apache License 2.0
4.65k stars 164 forks source link

Fix compilation error on macOS/arm #1156

Closed passaro closed 12 hours ago

passaro commented 1 day ago

Add a cast in the new statfs test: libc::fsfilcnt_t is not u64 on all platforms.

Does this change impact existing behavior?

No.

Does this change need a changelog entry?

No.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).