Consolidate syscall files.

pull/34/head
Ben Johnson 2014-03-23 08:59:45 -07:00
parent fd8a13e837
commit a10ce47f54
2 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ package bolt
import "os"
// Fall back to syncing metadata too.
func fdatasync(f *os.File) error {
return f.Sync()
}