%PDF- %PDF-
| Direktori : /home/waritko/go/src/github.com/boltdb/bolt/ |
| Current File : //home/waritko/go/src/github.com/boltdb/bolt/bolt_linux.go |
package bolt
import (
"syscall"
)
// fdatasync flushes written data to a file descriptor.
func fdatasync(db *DB) error {
return syscall.Fdatasync(int(db.file.Fd()))
}