comparison 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
comparison
equal deleted inserted replaced
79:5b0a5bbffab6 80:1ce6082ce73f
1295 extern __ptr_t __sbrk __P ((ssize_t increment)); 1295 extern __ptr_t __sbrk __P ((ssize_t increment));
1296 #else 1296 #else
1297 #ifdef __GNU_LIBRARY__ 1297 #ifdef __GNU_LIBRARY__
1298 /* It is best not to declare this and cast its result on foreign operating 1298 /* It is best not to declare this and cast its result on foreign operating
1299 systems with potentially hostile include files. */ 1299 systems with potentially hostile include files. */
1300 #if !(defined(linux) && defined(sparc))
1300 extern __ptr_t __sbrk __P ((int increment)); 1301 extern __ptr_t __sbrk __P ((int increment));
1302 #endif
1301 #endif 1303 #endif
1302 #endif 1304 #endif
1303 1305
1304 #ifndef NULL 1306 #ifndef NULL
1305 #define NULL 0 1307 #define NULL 0