updated dependencies
This commit is contained in:
parent
94762c62e4
commit
94ee84414c
176 changed files with 15726 additions and 4366 deletions
10
vendor/github.com/etcd-io/bbolt/bolt_linux.go
generated
vendored
Normal file
10
vendor/github.com/etcd-io/bbolt/bolt_linux.go
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package bbolt
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
// fdatasync flushes written data to a file descriptor.
|
||||
func fdatasync(db *DB) error {
|
||||
return syscall.Fdatasync(int(db.file.Fd()))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue