summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/mallocr.c
Commit message (Collapse)AuthorAgeFilesLines
* * libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrkAlexandre Oliva2002-04-131-4/+13
| | | | fails, don't bail out, and try to correct next time.
* * implement a new `struct _reent' that is significantly smaller. use thisMatthew Green2002-02-031-0/+1
| | | | if _REENT_SMALL is defined in config.h. define this for xstormy16.
* 2001-08-21 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-08-211-1/+1
| | | | | * libc/stdlib/mallocr.c [!defined(MALLOC_ALIGNMENT)]: Add conditional for SIZE_SZ so that alignment ends up a minimum of 8.
* * libc/stdlib/mallocr.c: Undefine windows preprocessor variables when compilingChristopher Faylor2001-01-301-0/+5
| | | | under Cygwin.
* * Makefile.am: Fix space vs. tab problem in install-data-local.Christopher Faylor2000-09-061-1/+1
| | | | | | | | * Makefile.in: Regenerate. * libc/include/_ansi.h (_EXFUN): Define specially for __CYGWIN__. (_EXPARM): New macro for defining a function parameter. * libc/include/stdlib.h: Use _EXPARM. * libc/stdlib/mallocr.c: Don't build cfree for Cygwin.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+3646