forked from Imagelibrary/binutils-gdb
* 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user