From 5c8fa6ae1a42813e7aec477bd68d98f66f85e0b8 Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Tue, 7 Mar 2017 20:05:54 +0200 Subject: crypto, pow, vendor: hash optimizations, mmap ethash --- vendor/github.com/edsrzf/mmap-go/msync_netbsd.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vendor/github.com/edsrzf/mmap-go/msync_netbsd.go (limited to 'vendor/github.com/edsrzf/mmap-go/msync_netbsd.go') 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 -- cgit