From c3903d38a10fda3c9a366d62705e06ddc558eb2d Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Mon, 5 May 2014 07:56:54 -0600 Subject: Consolidate code for clarity. This commit consolidates some of the smaller files into some of the larger files. The smaller files cluttered the file tree and made it harder to see the logical groupings of structs. --- syscall_linux.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 syscall_linux.go (limited to 'syscall_linux.go') diff --git a/syscall_linux.go b/syscall_linux.go deleted file mode 100644 index 351b65a..0000000 --- a/syscall_linux.go +++ /dev/null @@ -1,10 +0,0 @@ -package bolt - -import ( - "os" - "syscall" -) - -func fdatasync(f *os.File) error { - return syscall.Fdatasync(int(f.Fd())) -} -- cgit v1.2.3