From 2f4ba1c5331c044ed8c2743b791d5bedf0efa54b Mon Sep 17 00:00:00 2001 From: Ken Sedgwick Date: Fri, 21 Aug 2015 14:44:13 -0700 Subject: solaris: fix issues with mmap, munmap, madvise and flock --- bolt_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bolt_unix.go') diff --git a/bolt_unix.go b/bolt_unix.go index 17ca318..6eef6b2 100644 --- a/bolt_unix.go +++ b/bolt_unix.go @@ -1,4 +1,4 @@ -// +build !windows,!plan9 +// +build !windows,!plan9,!solaris package bolt -- cgit v1.2.3