Dmitri Vorobiev <[email protected]> writes: > Unlike sysconf(_SC_PAGESIZE), getpagesize() is not in POSIX. So, > let's use the former and be closer to the standard.
I suspect getpagesize() is actually more widely available, especially considering that there is confusion about whether the constant is called _SC_PAGESIZE or _SC_PAGE_SIZE. Is there a specific system you know of where getpagesize() doesn't exist? > While at it, this patch also removes an unnecessary typecast of > MAP_FAILED, replaces an erroneous free() by the correct munmap() > in the error path for a failing mprotect(), and, finally, removes > redundant calls to mprotect() that aren't necessary, because > munmap() doesn't call for any specific memory protection. All of this makes sense to me though. Thanks, Soren _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
