Version bump to etcd v3.2.11
This commit is contained in:
10
vendor/github.com/boltdb/bolt/bolt_linux.go
generated
vendored
10
vendor/github.com/boltdb/bolt/bolt_linux.go
generated
vendored
@@ -1,10 +0,0 @@
|
||||
package bolt
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
// fdatasync flushes written data to a file descriptor.
|
||||
func fdatasync(db *DB) error {
|
||||
return syscall.Fdatasync(int(db.file.Fd()))
|
||||
}
|
||||
Reference in New Issue
Block a user