Query: raise
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RAISE(3) Linux Programmer's Manual RAISE(3)NAMEraise - send a signal to the current processSYNOPSIS#include <signal.h> int raise(int sig);DESCRIPTIONThe raise() function sends a signal to the current process. It is equivalent to kill(getpid(), sig);RETURN VALUE0 on success, nonzero for failure.CONFORMING TOANSI-CSEE ALSOkill(2), signal(2), getpid(2)GNU1995-08-31 RAISE(3)
Related Man Pages |
---|
raise(3) - linux |
raise(3) - debian |
pthread_kill(3) - centos |
raise(3) - centos |
raise(3c) - sunos |