Skip to content

Commit

Permalink
* test-skeleton.c (timeout_handler): Use WUNTRACED flag in waitpid.
Browse files Browse the repository at this point in the history
	Examine the child's status and print something different if it wasn't
	just killed by our SIGKILL.
	(main): In the child process call setpgid to put it in its own pgrp.
  • Loading branch information
Roland McGrath committed Sep 30, 2002
1 parent b79e373 commit 63d76df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2002-09-29 Roland McGrath <roland@redhat.com>

* test-skeleton.c (timeout_handler): Use WUNTRACED flag in waitpid.
Examine the child's status and print something different if it wasn't
just killed by our SIGKILL.
(main): In the child process call setpgid to put it in its own pgrp.

2002-09-29 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/sigwait.c (__sigwait): The return value
Expand Down

0 comments on commit 63d76df

Please sign in to comment.