Messages in this thread |  | | Date | Thu, 29 Mar 2001 23:10:14 -0800 | From | hugang <> | Subject | Re: how can I send a signal like kill |
| |
On Thu, 29 Mar 2001 11:46:42 +0200 Cedric Lienart <Cedric.Lienart@prov-liege.be> wrote:
> how can I send a signal like 'kill (pid_t pid, int sig);' from a driver > module to a user program. When I include signal.h in my module I have
Try use force_sig(int sig, struct task_struct *p), Can read mm/oom_kill.c . - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |