diff options
Diffstat (limited to 'vendor/github.com/edsrzf/mmap-go/msync_netbsd.go')
-rw-r--r-- | vendor/github.com/edsrzf/mmap-go/msync_netbsd.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/edsrzf/mmap-go/msync_netbsd.go b/vendor/github.com/edsrzf/mmap-go/msync_netbsd.go new file mode 100644 index 000000000..a64b003e2 --- /dev/null +++ b/vendor/github.com/edsrzf/mmap-go/msync_netbsd.go @@ -0,0 +1,8 @@ +// Copyright 2011 Evan Shaw. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package mmap + +const _SYS_MSYNC = 277 +const _MS_SYNC = 0x04 |