commit | 0962345a5775e0eea75c3ec408fb4807e851e7f0 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Fri May 23 02:27:13 2003 +0000 |
committer | Roland McGrath <roland@redhat.com> | Fri May 23 02:27:13 2003 +0000 |
tree | a60185d7a781359f59fa37d6c2d063010fbe9e58 | |
parent | 7dfd4ed7218a83c730e00571d48c0e3b4f33df95 [diff] |
2003-05-22 Roland McGrath <roland@redhat.com> * defs.h (struct tcb): New member `nzombies'. * strace.c (alloctcb): Initialize it. (droptcb): Increment our parent's zombie count. * process.c (internal_wait): Don't go into TCB_SUSPENDED if the process has zombies it can reap. On the way out, if we reaped an untraced process, decrement the zombie count.