mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 02:54:37 +03:00
update dependencies, including bolt with stability fixes
This commit is contained in:
2
vendor/go.etcd.io/bbolt/mlock_windows.go
generated
vendored
2
vendor/go.etcd.io/bbolt/mlock_windows.go
generated
vendored
@ -5,7 +5,7 @@ func mlock(_ *DB, _ int) error {
|
||||
panic("mlock is supported only on UNIX systems")
|
||||
}
|
||||
|
||||
//munlock unlocks memory of db file
|
||||
// munlock unlocks memory of db file
|
||||
func munlock(_ *DB, _ int) error {
|
||||
panic("munlock is supported only on UNIX systems")
|
||||
}
|
||||
|
Reference in New Issue
Block a user