mirror of https://github.com/etcd-io/bbolt.git
Consolidate syscall files.
parent
fd8a13e837
commit
a10ce47f54
|
@ -4,7 +4,6 @@ package bolt
|
||||||
|
|
||||||
import "os"
|
import "os"
|
||||||
|
|
||||||
// Fall back to syncing metadata too.
|
|
||||||
func fdatasync(f *os.File) error {
|
func fdatasync(f *os.File) error {
|
||||||
return f.Sync()
|
return f.Sync()
|
||||||
}
|
}
|
Loading…
Reference in New Issue