Declare BSIZE as static
[deliverable/binutils-gdb.git] / mmalloc / mmap-sup.c
index d9a61fb638bc0fd828f6dba25cd951284b9211a9..56146e295228229bd0861d5e871cbb70b3d53a08 100644 (file)
@@ -41,7 +41,9 @@ Boston, MA 02111-1307, USA.  */
    it out. */
 
 static size_t pagesize;
+#if NEED_DECLARATION_GETPAGESIZE
 extern int getpagesize PARAMS ((void));
+#endif
 
 #define PAGE_ALIGN(addr) (caddr_t) (((long)(addr) + pagesize - 1) & \
                                    ~(pagesize - 1))
This page took 0.025766 seconds and 4 git commands to generate.