* build fix for cygwin

2000-02-18  Frank Ch. Eigler  <fche@redhat.com>

	From Jason "crash" Molenda <jsm@cygnus.com>:
	* configure.in: Check for getpagesize declaration.
	* mvmalloc.c, mmap-sup.c: Conditionally declare getpagesize.
	* configure: Regenerated.
This commit is contained in:
Frank Ch. Eigler
2000-02-19 00:44:46 +00:00
parent 2dd67478f5
commit ff4e7bb239
5 changed files with 59 additions and 0 deletions

View File

@@ -24,7 +24,9 @@ Boston, MA 02111-1307, USA. */
it out. */
static size_t cache_pagesize;
#if NEED_DECLARATION_GETPAGESIZE
extern int getpagesize PARAMS ((void));
#endif
PTR
mvalloc (md, size)