mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 02:50:09 +00:00
* 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.
This commit is contained in:
parent
b79e3737ac
commit
63d76dfaf8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user