Eliminate trailing whitespace in some files.

* dll_init.cc (dll_list::alloc): Reset 'p' in forked process.
* select.cc (select_stuff::wait): Move cleanup() closer to WFMO to minimize
unavoidable (?) race.
This commit is contained in:
Christopher Faylor
2011-05-02 15:28:35 +00:00
parent 138f3e0cbd
commit 8978381c2a
8 changed files with 28 additions and 13 deletions

View File

@@ -126,6 +126,7 @@ dll_list::alloc (HINSTANCE h, per_process *p, dll_type type)
{
if (!in_forkee)
d->count++; /* Yes. Bump the usage count. */
d->p = p;
}
else
{