diff --git a/sync_std.go b/syscall.go similarity index 72% rename from sync_std.go rename to syscall.go index d858b23..c3a1bb5 100644 --- a/sync_std.go +++ b/syscall.go @@ -4,7 +4,6 @@ package bolt import "os" -// Fall back to syncing metadata too. func fdatasync(f *os.File) error { return f.Sync() } diff --git a/sync_linux.go b/syscall_linux.go similarity index 100% rename from sync_linux.go rename to syscall_linux.go