Fix drift in comment in mmap_other (#1572)

This commit is contained in:
Anuraag Agrawal
2023-07-10 14:22:59 +09:00
committed by GitHub
parent 6efcf25505
commit 86cf46d021

View File

@@ -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 //go:build darwin || freebsd
package platform package platform