This commit was manufactured by cvs2svn to create branch
[external/binutils.git] / mmalloc / mvalloc.c
index 7acef67..e44942f 100644 (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)