Skip to content
Snippets Groups Projects
Commit 5eb0d81e authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fixed typo in function name

parent c7bad60e
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ sub task_child_close ...@@ -308,7 +308,7 @@ sub task_child_close
# Reap the dead child # Reap the dead child
sub task_sigchld sub task_handle_sigchld
{ {
my ($kernel,$heap,$pid,$status) = @_[KERNEL,HEAP,ARG1,ARG2]; my ($kernel,$heap,$pid,$status) = @_[KERNEL,HEAP,ARG1,ARG2];
my $task = $heap->{task_by_pid}->{$pid}; my $task = $heap->{task_by_pid}->{$pid};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment