Commit 835d03d2 authored by Andrew Waterman's avatar Andrew Waterman
Browse files

"Fix" mremap bug by returning -ENOSYS

mremap was badly broken, and maybe it's not worth the time to fix it.
glibc still seems to work ok, because the malloc implementation handles
mremap failure gracefully (though at a performance cost).
parent b2251a98
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment