comparison src/malloc.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents a300bb07d72d
children 7d59cb494b73
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
182 #else /* if BSD4_2 */ 182 #else /* if BSD4_2 */
183 #include <sys/time.h> 183 #include <sys/time.h>
184 #include <sys/resource.h> 184 #include <sys/resource.h>
185 #endif /* BSD4_2 */ 185 #endif /* BSD4_2 */
186 186
187 #ifdef __STDC_ 187 #ifdef __STDC__
188 #ifndef HPUX 188 #ifndef HPUX
189 /* not sure where this for NetBSD should really go 189 /* not sure where this for NetBSD should really go
190 and it probably applies to other systems */ 190 and it probably applies to other systems */
191 #if !defined(__NetBSD__) && !defined(__bsdi__) && !defined(__OpenBSD__) 191 #if !defined(__NetBSD__) && !defined(__bsdi__) && !defined(__OpenBSD__)
192 extern void *sbrk (ptrdiff_t); 192 extern void *sbrk (ptrdiff_t);