On Mon, 2004-11-22 at 14:27, Yogesh Bute wrote:
> hi,
>     u need to inform the shell that the signal is handled - so u need to
> SIG_IGN the singal ie. signal (signum, SIG_IGN) once u have done with
> handling the signal
>     or u could send SIG_DFL, so that default singal handler will handle the
> signal, after your specific signal handler code.

How can I generate and send a signal from a function of mine? Is it
possible from a userlevel C program, using some functions like
signal()??

Please do help
-- 
With regards,

Jagadeesh Bhaskar P

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to