signal delivery

Navneet Yadav (yadav@cse.iitb.ernet.in)
Sun, 24 May 1998 12:40:22 +0530


hi,

i had a doubt about signal delivery under LINUX. assume that a
process sends a signal to itself using the kill() or sigsend() call.
is it guaranteed that the signal will be delivered and handled before the
kill()/sigsend() call itself returns ? is this OS dependent or is the
behaviour specified by any standard (POSIX ?).

also is the sigsend() call POSIX ? it exists on solaris/dunix/hpux
but not on linux. its also doesn't seem to be present in glibc.

cheers,
yadav

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu