1
using
System
;
2
3
namespace
cmsx
.
kernel
4
{
5
public
const
int
SIGKILL
=
9
;
6
}