Penguin
Annotated edit history of raise(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 RAISE
2 !!!RAISE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 raise - send a signal to the current process
14 !!SYNOPSIS
15
16
17 __#include
18 __ ''sig''__);
19 __
20 !!DESCRIPTION
21
22
23 The __raise__ function sends a signal to the current
24 process. It is equivalent to
25
26
27 __kill(getpid(),__''sig''__)__
28 !!RETURN VALUE
29
30
31 0 on success, nonzero for failure.
32 !!CONFORMING TO
33
34
35 ANSI-C
36 !!SEE ALSO
37
38
39 kill(2), signal(2),
40 getpid(2)
41 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.