diff src/gmalloc.c @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/src/gmalloc.c	Mon Aug 13 08:48:18 2007 +0200
+++ b/src/gmalloc.c	Mon Aug 13 08:48:42 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