1.4.5.2
This commit is contained in:
8
EdgeNode/internal/utils/mmap/flags_others.go
Normal file
8
EdgeNode/internal/utils/mmap/flags_others.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2024 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
//go:build !linux
|
||||
|
||||
package mmap
|
||||
|
||||
import "syscall"
|
||||
|
||||
const MMAPReadFlags = syscall.MAP_PRIVATE
|
||||
Reference in New Issue
Block a user