Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Fix compilation in 32 bits platforms (minio#4052)
go fails to build Minio under at least, armv6 and 386 due to some inconsistencies in the type of one syscall variable in different architectures. This PR casts that variable to uint64 to achieve the desired consistency.
- Loading branch information