1. NAME

sys_tkill - send signal to one specific task

2. SYNOPSIS

long sys_tkill(pid_t  pid , int  sig );

3. ARGUMENTS

pid
    the PID of the task

sig
    signal to be sent

4. DESCRIPTION

Send a signal to only one task, even if itAqs a CLONE_THREAD task.

5. COPYRIGHT