* ChangeLog: Fix date of last entry.

* linux-low.c (handle_extended_wait): Improve comment.
This commit is contained in:
Doug Evans 2009-01-06 00:20:44 +00:00
parent 58eada6566
commit f21cc1a2b7
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
2008-12-13 Doug Evans <dje@google.com> 2009-01-05 Doug Evans <dje@google.com>
* linux-low.c (linux_attach_lwp): Add some comments/fixmes. * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
(handle_extended_wait): Improve comment.
2008-12-13 Doug Evans <dje@google.com> 2008-12-13 Doug Evans <dje@google.com>

View file

@ -180,7 +180,7 @@ handle_extended_wait (struct process_info *event_child, int wstat)
/* Normally we will get the pending SIGSTOP. But in some cases /* Normally we will get the pending SIGSTOP. But in some cases
we might get another signal delivered to the group first. we might get another signal delivered to the group first.
If we do, be sure not to lose it. */ If we do get another signal, be sure not to lose it. */
if (WSTOPSIG (status) == SIGSTOP) if (WSTOPSIG (status) == SIGSTOP)
{ {
if (stopping_threads) if (stopping_threads)