Re: error while implementing kill()

2005-03-23 Thread linux-os
kill_proc(pid, SIGNAL, x) is used inside the kernel to send signals to kernel threads. It is not necessarily the way to kill user-mode tasks. They should be sent a fatal signal from user-mode. On Wed, 23 Mar 2005, Jan Engelhardt wrote: dear sir, I am unable to use the system call kill(pid,sig).I ha

Re: error while implementing kill()

2005-03-23 Thread Jan Engelhardt
>dear sir, > I am unable to use the system call kill(pid,sig).I >have included the header file . I used it in >a module to kill a process. The module is compiling >properly but giving the following error while >inserting the module, > unresolved symbol kill() Who says that kill() is 1) a defined