RAISE

Section: Linux Programmer's Manual (3)
Updated: April 4, 1993
Index Return to Main Contents
 

NAME

raise - send a signal.  

SYNOPSIS

#include <signal.h>

int raise (int sig);
 

DESCRIPTION

raise() sends a signal to the current process. It is equivalent to kill(getpid(),sig)  

RETURN VALUE

Zero for success, nonzero for failure.  

CONFORMS TO

ANSI - C  

SEE ALSO

kill(2), signal(2), getpid(2)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
CONFORMS TO
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 12:23:42 GMT, March 22, 2025