mirror of https://git.musl-libc.org/git/musl
Browse Source
as an outcome of Austin Group issue #385, future versions of the standard will require free not to alter the value of errno. save and restore it individually around the calls to madvise and munmap so that the cost is not imposed on calls to free that do not result in any syscall.master
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue