forked from TrueCloudLab/rclone
vendor: dep ensure changes
This commit is contained in:
parent
82418c3021
commit
f4a5489d19
2 changed files with 7 additions and 4 deletions
3
vendor/github.com/coreos/bbolt/bolt_ppc.go
generated
vendored
3
vendor/github.com/coreos/bbolt/bolt_ppc.go
generated
vendored
|
@ -7,3 +7,6 @@ const maxMapSize = 0x7FFFFFFF // 2GB
|
|||
|
||||
// maxAllocSize is the size used when creating array pointers.
|
||||
const maxAllocSize = 0xFFFFFFF
|
||||
|
||||
// Are unaligned load/stores broken on this arch?
|
||||
var brokenUnaligned = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue