diff --git a/internal/platform/mmap_other.go b/internal/platform/mmap_other.go index 620cdd3c..ed5c40a4 100644 --- a/internal/platform/mmap_other.go +++ b/internal/platform/mmap_other.go @@ -1,4 +1,4 @@ -// This uses syscall.Mprotect. Go's SDK only supports this on darwin and linux. +// Separated from linux which has support for huge pages. //go:build darwin || freebsd package platform