diff src/gmalloc.c @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents 131b0175ea99
children 364816949b59
line wrap: on
line diff
--- a/src/gmalloc.c	Mon Aug 13 09:05:44 2007 +0200
+++ b/src/gmalloc.c	Mon Aug 13 09:06:37 2007 +0200
@@ -1297,9 +1297,11 @@
 #ifdef __GNU_LIBRARY__
 /* It is best not to declare this and cast its result on foreign operating
    systems with potentially hostile include files.  */
+#if !(defined(linux) && defined(sparc))
 extern __ptr_t __sbrk __P ((int increment));
 #endif
 #endif
+#endif
 
 #ifndef NULL
 #define NULL 0