Use syscall::exit instead of the nonexistent syscall::rexit.

MFC after:	1 week
This commit is contained in:
markj 2015-01-31 23:11:57 +00:00
parent addd2d04c7
commit fe54896a96

View File

@ -54,7 +54,7 @@ pid$1:a.out:go:
exit(1);
}
syscall::rexit:entry
syscall::exit:entry
/pid == $1/
{
exit(0);