fs2 icon indicating copy to clipboard operation
fs2 copied to clipboard

MacOS incompatibility

Open Junaid-Ahm opened this issue 1 year ago • 0 comments

It seems the package has incompatibility because of missing mremap on darwin platform.

I would appreciate if you can look into it? There are multiple options:

  • Maybe mremap can be replaced with munmap followed by mmap with new size?
  • Use mremap (and related mmap functions) available in newer version of GO https://pkg.go.dev/golang.org/x/[email protected]/unix#Mremap

Junaid-Ahm avatar Jan 17 '24 15:01 Junaid-Ahm