]> sourceware.org Git - newlib-cygwin.git/commit
* cygheap.cc (cmalloc): Use size_t for size field.
authorChristopher Faylor <me@cgf.cx>
Wed, 31 Jul 2013 14:43:05 +0000 (14:43 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 31 Jul 2013 14:43:05 +0000 (14:43 +0000)
commit24557e9caaf23db2a642c7637f3c0df7c8bc9106
treeb2e3ba2820544ecbaa25e4e73018fa4abeb43cee
parentc39e8632d10a0bf45b927741c37bd663f8863112
* cygheap.cc (cmalloc): Use size_t for size field.
(cmalloc_abort): Ditto.
(crealloc): Ditto.
(crealloc_abort): Ditto.
(ccalloc): Ditto.
(ccalloc_abort): Ditto.
* cygheap_malloc.h (HEAP_USER): Add.
(cmalloc): Use size_t for size field in declaration.
(cmalloc_abort): Ditto.
(crealloc): Ditto.
(crealloc_abort): Ditto.
(ccalloc): Ditto.
(ccalloc_abort): Ditto.
* path.cc (normalize_posix_path): Don't check existence of / or // dir in
parent dir check.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc
winsup/cygwin/cygheap_malloc.h
This page took 0.031956 seconds and 5 git commands to generate.