* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.

* include/cygwin/signal.h: Define SA_ONESHOT and SA_NOMASK.
* dcrt0.cc (get_cygwin_startup_info): Remove commented out code.
This commit is contained in:
Christopher Faylor
2006-01-01 16:51:29 +00:00
parent a89b700926
commit a14d65557a
4 changed files with 11 additions and 7 deletions

View File

@@ -623,15 +623,8 @@ get_cygwin_startup_info ()
if (res->straced)
{
res->ready (false);
#if 0
DWORD prio = GetThreadPriority (GetCurrentThread ());
SetThreadPriority (GetCurrentThread (), THREAD_PRIORITY_IDLE);
#endif
for (unsigned i = 0; !being_debugged () && i < 10000; i++)
low_priority_sleep (0);
#if 0
SetThreadPriority (GetCurrentThread (), prio);
#endif
strace.hello ();
}
break;