Vendor integration dependencies.
This commit is contained in:
parent
dd5e3fba01
commit
55b57c736b
2451 changed files with 731611 additions and 0 deletions
10
integration/vendor/github.com/boltdb/bolt/bolt_linux.go
generated
vendored
Normal file
10
integration/vendor/github.com/boltdb/bolt/bolt_linux.go
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
package bolt
|
||||
|
||||
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