%PDF- %PDF-
| Direktori : /proc/thread-self/root/home/waritko/go/src/github.com/boltdb/bolt/ |
| Current File : //proc/thread-self/root/home/waritko/go/src/github.com/boltdb/bolt/boltsync_unix.go |
// +build !windows,!plan9,!linux,!openbsd
package bolt
// fdatasync flushes written data to a file descriptor.
func fdatasync(db *DB) error {
return db.file.Sync()
}