updated dependencies
This commit is contained in:
parent
cff4b58f6d
commit
c9aa60ca28
155 changed files with 3240 additions and 1516 deletions
3
vendor/go.etcd.io/bbolt/mlock_unix.go
generated
vendored
3
vendor/go.etcd.io/bbolt/mlock_unix.go
generated
vendored
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package bbolt
|
||||
|
|
@ -17,7 +18,7 @@ func mlock(db *DB, fileSize int) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
//munlock unlocks memory of db file
|
||||
// munlock unlocks memory of db file
|
||||
func munlock(db *DB, fileSize int) error {
|
||||
if db.dataref == nil {
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue