aboutsummaryrefslogtreecommitdiff
path: root/syscall.go
diff options
context:
space:
mode:
Diffstat (limited to 'syscall.go')
-rw-r--r--syscall.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/syscall.go b/syscall.go
deleted file mode 100644
index c3a1bb5..0000000
--- a/syscall.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// +build !linux
-
-package bolt
-
-import "os"
-
-func fdatasync(f *os.File) error {
- return f.Sync()
-}