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