Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-31 | Include includes.h for HAVE_GETPAGESIZE. | Darren Tucker | |
The configure script checks for getpagesize() and sets HAVE_GETPAGESIZE in config.h, but bsd-getpagesize.c forgot to include includes.h (which indirectly includes config.h) so the checks always fails, causing linker issues when linking statically on systems with getpagesize(). Patch from Peter Korsgaard <peter at korsgaard.com> | |||
2017-06-01 | add recallocarray replacement and dependency | Damien Miller | |
recallocarray() needs getpagesize() so add a tiny replacement for that. |