mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-27 07:14:20 +00:00
memory.c: Don't declare getpagesize() - use the declaration in <unistd.h>. (Declaring it ourselves causes problems because it returns an int on IRIX and a size_t on Linux.)