OSDN Git Service

* dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.
authorcgf <cgf>
Sat, 19 Oct 2002 00:57:06 +0000 (00:57 +0000)
committercgf <cgf>
Sat, 19 Oct 2002 00:57:06 +0000 (00:57 +0000)
commit27e501d9938cf7282e324bcbfb83a0e3e3c4843c
tree8412f913ae9e750945b83e2789d1a350c3288d15
parentc9ed92740411f589f7738962635f2dab0736d49f
* dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.
* fork.cc (fork_child): Initialize cygwin thread later in process to avoid
allocating memory for thread stacks.
* shared.cc (open_shared): Issue warning if NT and shared segment is relocated.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/fork.cc
winsup/cygwin/shared.cc