NAME raise - send a signal to the current process CONTENTS Library Synopsis Description Return Values Errors See Also Standards LIBRARY .Lb libc SYNOPSIS .In signal.h int raise "int sig" DESCRIPTION The raise function sends the signal sig to the current process. RETURN VALUES .Rv -std raise ERRORS The raise function may fail and set errno for any of the errors specified for the library functions getpid(2) and kill(2). SEE ALSO kill(2) STANDARDS