mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 12:24:38 +03:00
update dependencies, including bolt with stability fixes
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user