updated dependencies
This commit is contained in:
parent
0265d820fe
commit
320dc096dd
492 changed files with 84123 additions and 43947 deletions
10
vendor/github.com/etcd-io/bbolt/bolt_linux.go
generated
vendored
10
vendor/github.com/etcd-io/bbolt/bolt_linux.go
generated
vendored
|
|
@ -1,10 +0,0 @@
|
|||
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