aboutsummaryrefslogtreecommitdiff
path: root/bolt_unix.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2015-08-24 19:23:40 -0600
committerBen Johnson <benbjohnson@yahoo.com>2015-08-24 19:23:40 -0600
commit90fef389f98027ca55594edd7dbd6e7f3926fdad (patch)
tree3618ac037610f5f9aebb9686ec55e9aa1bf4d50d /bolt_unix.go
parentMerge pull request #405 from artyom/bolt-command-prints-fix (diff)
parentsolaris: fix issues with mmap, munmap, madvise and flock (diff)
downloaddedo-90fef389f98027ca55594edd7dbd6e7f3926fdad.tar.gz
dedo-90fef389f98027ca55594edd7dbd6e7f3926fdad.tar.xz
Merge pull request #411 from Apsalar/solaris-mmap-flock-fixes
solaris: fix issues with mmap, munmap, madvise and flock
Diffstat (limited to 'bolt_unix.go')
-rw-r--r--bolt_unix.go2
1 files changed, 1 insertions, 1 deletions
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