Re: [Patch] Updating cygwin_dll_init()

2006-05-30 Thread Christopher Faylor
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

[Patch] Updating cygwin_dll_init()

2006-05-30 Thread Max Kaehn
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