Skip to content

Fix rts allocateExec() on NetBSD

PHO requested to merge PHO/ghc:rts-fix-netbsd-allocateExec into master

Similar to SELinux, NetBSD "PaX mprotect" prohibits marking a page mapping both writable and executable at the same time. Use libffi which knows how to work around it.

Merge request reports