diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-07 06:15:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-07 06:15:10 +0000 |
commit | bc5b63edab6415566ae8085c10014312d722b0dd (patch) | |
tree | 82cd6187d913b81c19a8494a68b2c22f250be7c3 /winsup/cygwin/ChangeLog | |
parent | 44a30b45104e6198875176d9ca742a4c6ca527a5 (diff) | |
download | cygnal-bc5b63edab6415566ae8085c10014312d722b0dd.tar.gz cygnal-bc5b63edab6415566ae8085c10014312d722b0dd.tar.bz2 cygnal-bc5b63edab6415566ae8085c10014312d722b0dd.zip |
* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.
* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 66659206a..72f47f442 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2003-02-07 Christopher Faylor <cgf@redhat.com> + + * malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps. + +2003-02-07 Christopher Faylor <cgf@redhat.com> + + * pipe.cc (fhandler_pipe::close): Avoid extraneous this->. + 2003-02-06 Christopher Faylor <cgf@redhat.com> * heap.cc (heap_init): Remove debugging code. |