blob: 1c235c2c3bd06eff7f8ff28d6f097aa79e025e39 [file] [log] [blame]
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build linux || netbsd
// +build linux netbsd
package unix
const (
MremapFixed = mremapFixed
MremapMaymove = mremapMaymove
)