diff options
author | Ken Sedgwick <ken@bonsai.com> | 2015-08-21 14:44:13 -0700 |
---|---|---|
committer | Ken Sedgwick <ken@bonsai.com> | 2015-08-21 14:44:13 -0700 |
commit | 2f4ba1c5331c044ed8c2743b791d5bedf0efa54b (patch) | |
tree | 3618ac037610f5f9aebb9686ec55e9aa1bf4d50d /bolt_unix.go | |
parent | Merge pull request #405 from artyom/bolt-command-prints-fix (diff) | |
download | dedo-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.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 |