* how can I send a signal like kill
@ 2001-03-29 9:46 Cedric Lienart
2001-03-30 7:10 ` hugang
0 siblings, 1 reply; 3+ messages in thread
From: Cedric Lienart @ 2001-03-29 9:46 UTC (permalink / raw)
To: linux-kernel
hello,
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
many errors.
Thank you for your help.
Liénart Cédric
Lienart.Cedric@linuxbe.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* how can I send a signal like kill
@ 2001-03-29 12:34 Cedric Lienart
0 siblings, 0 replies; 3+ messages in thread
From: Cedric Lienart @ 2001-03-29 12:34 UTC (permalink / raw)
To: LinuxKernelMailList
hello,
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
many errors.
Thank you for your help.
Liénart Cédric
Lienart.Cedric@linuxbe.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how can I send a signal like kill
2001-03-29 9:46 how can I send a signal like kill Cedric Lienart
@ 2001-03-30 7:10 ` hugang
0 siblings, 0 replies; 3+ messages in thread
From: hugang @ 2001-03-30 7:10 UTC (permalink / raw)
To: Cedric.Lienart, linux-kernel
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 .
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-03-30 0:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-29 9:46 how can I send a signal like kill Cedric Lienart
2001-03-30 7:10 ` hugang
-- strict thread matches above, loose matches on Subject: below --
2001-03-29 12:34 Cedric Lienart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox