On Tue, May 30, 2006 at 02:12:22PM -0700, Max Kaehn wrote:
>The recent change (on 2006-05-24) to _dll_crt0() calls dll_crt0_1()
>via _cygtls::call() instead of calling it directly. The call in
>_cygtls::call2() to ExitThread() means that anyone using
>cygwin_dll_init() will find that their main th
The recent change (on 2006-05-24) to _dll_crt0() calls dll_crt0_1()
via _cygtls::call() instead of calling it directly. The call in
_cygtls::call2() to ExitThread() means that anyone using
cygwin_dll_init() will find that their main thread suddenly exits
instead of returning control to the caller