diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-08-24 19:23:40 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-08-24 19:23:40 -0600 |
commit | 90fef389f98027ca55594edd7dbd6e7f3926fdad (patch) | |
tree | 3618ac037610f5f9aebb9686ec55e9aa1bf4d50d /bolt_unix.go | |
parent | Merge pull request #405 from artyom/bolt-command-prints-fix (diff) | |
parent | solaris: fix issues with mmap, munmap, madvise and flock (diff) | |
download | dedo-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.go | 2 |
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 |