Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/libexec/ld.elf_so
Module Name: src
Committed By: ad
Date: Fri Oct 5 22:21:40 UTC 2007
Removed Files:
src/libexec/ld.elf_so: malloc.c
Log Message:
- Don't use the names malloc/free/etc, since we can end up pulling in libc's
malloc which is not what we want.
- Remove ancient memory compaction hack. Realloc on free memory is now an
error again (from joerg@).
Ok christos@.
To generate a diff of this commit:
cvs rdiff -r1.9 -r0 src/libexec/ld.elf_so/malloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index