package bbolt

import (
	
)

// fdatasync flushes written data to a file descriptor.
func fdatasync( *DB) error {
	return syscall.Fdatasync(int(.file.Fd()))
}