tracehook: fix SA_NOCLDWAIT
authorRoland McGrath <roland@redhat.com>
Wed, 20 Aug 2008 03:37:07 +0000 (20:37 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 20 Aug 2008 03:37:07 +0000 (20:37 -0700)
commit1b04624f93bb1c4f9495b8476d1dd0200af019e2
treeaa64cc4706f5dc396b1e9a74ce951b29aa294964
parent1fca25427482387689fa27594c992a961d98768f
tracehook: fix SA_NOCLDWAIT

I outwitted myself again in commit 2b2a1ff64afbadac842bbc58c5166962cf4f7664,
and broke the SA_NOCLDWAIT behavior so it leaks zombies.  This fixes it.

Reported-by: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Roland McGrath <roland@redhat.com>
kernel/signal.c