diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-14 01:58:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-14 01:58:03 +0000 |
commit | de9e39f7012690ef204f5660d8bb47970872d05a (patch) | |
tree | 748830088a26a614380957f097ced9f236500b00 /winsup/cygwin/cygwin.din | |
parent | e306c058c7fdf8802fa7ffcba5968546d89ddf12 (diff) | |
download | cygnal-de9e39f7012690ef204f5660d8bb47970872d05a.tar.gz cygnal-de9e39f7012690ef204f5660d8bb47970872d05a.tar.bz2 cygnal-de9e39f7012690ef204f5660d8bb47970872d05a.zip |
* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.
* cygwin.din: Remove extraneous mallinfo definition.
* dcrt0.cc (quoted): Use strechr for efficiency.
* fhandler.cc (fhandler_base::write): Correctly use get_output_handle rather
than get_handle.
(fhandler_base::lseek): Use method for accessing name in debug output.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 1f3575dc6..a61edbdb6 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -846,7 +846,6 @@ _lseek = lseek _lseek64 = lseek64 _lstat64 = lstat64 mallinfo -mallinfo malloc _malloc = malloc malloc_stats |