aboutsummaryrefslogtreecommitdiff
path: root/bolt_unix.go
diff options
context:
space:
mode:
authorKen Sedgwick <ken@bonsai.com>2015-08-21 14:44:13 -0700
committerKen Sedgwick <ken@bonsai.com>2015-08-21 14:44:13 -0700
commit2f4ba1c5331c044ed8c2743b791d5bedf0efa54b (patch)
tree3618ac037610f5f9aebb9686ec55e9aa1bf4d50d /bolt_unix.go
parentMerge pull request #405 from artyom/bolt-command-prints-fix (diff)
downloaddedo-2f4ba1c5331c044ed8c2743b791d5bedf0efa54b.tar.gz
dedo-2f4ba1c5331c044ed8c2743b791d5bedf0efa54b.tar.xz
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