Mercurial > hg > xemacs-beta
comparison src/gmalloc.c @ 255:084402c475ba r20-5b26
Import from CVS: tag r20-5b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:21:18 +0200 |
parents | 677f6a0ee643 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
254:e92abcaa252b | 255:084402c475ba |
---|---|
1313 #ifndef _MALLOC_INTERNAL | 1313 #ifndef _MALLOC_INTERNAL |
1314 #define _MALLOC_INTERNAL | 1314 #define _MALLOC_INTERNAL |
1315 #include <malloc.h> | 1315 #include <malloc.h> |
1316 #endif | 1316 #endif |
1317 | 1317 |
1318 #ifndef __GNU_LIBRARY__ | 1318 /* #ifndef __GNU_LIBRARY__ */ |
1319 #define __sbrk sbrk | 1319 #define __sbrk sbrk |
1320 #endif | 1320 /* #endif */ |
1321 | 1321 |
1322 #ifdef GMALLOC_NEEDS_SBRK_DECL | 1322 #ifdef GMALLOC_NEEDS_SBRK_DECL |
1323 /* some versions of OSF1 need this */ | 1323 /* some versions of OSF1 need this */ |
1324 extern __ptr_t __sbrk __P ((ssize_t increment)); | 1324 extern __ptr_t __sbrk __P ((ssize_t increment)); |
1325 #else | 1325 #else |