* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.

* pinfo.cc (pinfo::init): Increase wait interval when waiting for procinfo to
stabilize.
This commit is contained in:
Christopher Faylor
2013-12-18 17:44:20 +00:00
parent 27c6e45ea3
commit ccb3158c4f
3 changed files with 11 additions and 4 deletions

View File

@@ -836,7 +836,6 @@ dll_crt0_1 (void *)
{
extern void initial_setlocale ();
NtSetTimerResolution (10000, TRUE, NULL);
_my_tls.incyg++;
/* Inherit "parent" exec'ed process sigmask */
if (spawn_info && !in_forkee)