diff options
Diffstat (limited to 'bolt.go')
-rw-r--r-- | bolt.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bolt.go b/bolt.go deleted file mode 100644 index a3f1eac..0000000 --- a/bolt.go +++ /dev/null @@ -1,13 +0,0 @@ -// +build !linux - -package bolt - -import ( - "os" -) - -var odirect int - -func fdatasync(f *os.File) error { - return f.Sync() -} |