comparison 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
comparison
equal deleted inserted replaced
13:13c6d0aaafe5 14:9ee227acff29
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