Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid syscall.Syscall use on OpenBSD
Syscall numbers are not stable on OpenBSD, and hardcoding the msync syscall number will break bbolt on future versions of OpenBSD. Use the libc wrapper provided by golang.org/x/sys/unix instead. Signed-off-by: Josh Rickmar <[email protected]>
- Loading branch information