aboutsummaryrefslogtreecommitdiffstats
path: root/sys/darwin/init.go
Commit message (Collapse)AuthorAgeFilesLines
* sys/darwin: minimal set of syscallsPatrick Meyer2021-05-201-0/+22
To make MakeUnixNeutralizer work we need to have definitions of mmap and friends, like MAP_FIXED.