]> sourceware.org Git - newlib-cygwin.git/commit
* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it
authorChristopher Faylor <me@cgf.cx>
Mon, 29 Jan 2001 00:46:25 +0000 (00:46 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 29 Jan 2001 00:46:25 +0000 (00:46 +0000)
commit6a4878cf1617f051e4706ce30f7c8607ebf2e85d
tree2a3a69edf8e8000644a0ff5d69fcd68fa6dbc101
parent39d871d66d6ce0c49dc669f2d8e2f55414579bcf
* syscalls.cc (_link): Make sure that newpath does not exist.  Set errno if it
does.
* cygheap.cc (init_cheap): Don't specify a load address for the heap.  It
doesn't work on #!*& Windows 9x.
(cygheap_init): Move GetUserName to memory_init.
* dcrt0.cc (dll_crt0_1): Call new memory_init functin, eliminate call to
heap_init.
* heap.cc (heap_init): Improve error output.
* heap.h: Correct some declarations.
* shared.cc (mount_table_init): Remove.
(memory_init): Renamed from shared_init.  Reorganize to accomodate strange
Windows 9x problems with cygheap/heap interaction.
* shared_info.h: Rename shared_init to memory_init.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc
winsup/cygwin/dcrt0.cc
winsup/cygwin/heap.cc
winsup/cygwin/heap.h
winsup/cygwin/shared.cc
winsup/cygwin/shared_info.h
winsup/cygwin/syscalls.cc
This page took 0.027304 seconds and 5 git commands to generate.