Use syscall::exit instead of the nonexistent syscall::rexit.
MFC after: 1 week
This commit is contained in:
parent
addd2d04c7
commit
fe54896a96
@ -54,7 +54,7 @@ pid$1:a.out:go:
|
||||
exit(1);
|
||||
}
|
||||
|
||||
syscall::rexit:entry
|
||||
syscall::exit:entry
|
||||
/pid == $1/
|
||||
{
|
||||
exit(0);
|
||||
|
Loading…
Reference in New Issue
Block a user