updated dependencies
This commit is contained in:
parent
8376c606b4
commit
68d82bd961
450 changed files with 229907 additions and 32 deletions
9
vendor/go.etcd.io/bbolt/boltsync_unix.go
generated
vendored
Normal file
9
vendor/go.etcd.io/bbolt/boltsync_unix.go
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//go:build !windows && !plan9 && !linux && !openbsd
|
||||
// +build !windows,!plan9,!linux,!openbsd
|
||||
|
||||
package bbolt
|
||||
|
||||
// fdatasync flushes written data to a file descriptor.
|
||||
func fdatasync(db *DB) error {
|
||||
return db.file.Sync()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue