Switch to bbolt
This commit is contained in:
parent
360bed00f9
commit
77543e3aed
617 changed files with 68468 additions and 97867 deletions
10
vendor/go.etcd.io/bbolt/bolt_linux.go
generated
vendored
Normal file
10
vendor/go.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