Penguin
Annotated edit history of abort(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ABORT
2 !!!ABORT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 abort - cause abnormal program termination
14 !!SYNOPSIS
15
16
17 __#include
18 __
19 !!DESCRIPTION
20
21
22 The __abort()__ function causes abnormal program
23 termination unless the signal SIGABRT is caught and the
24 signal handler does not return. If the __abort()__
25 function causes program termination, all open streams are
26 closed and flushed.
27
28
29 If the SIGABRT signal is blocked or ignored, the
30 __abort()__ function will still override it.
31 !!RETURN VALUE
32
33
34 The __abort()__ function never returns.
35 !!CONFORMING TO
36
37
38 SVID 3, POSIX, BSD 4.3, ISO 9899
39 !!SEE ALSO
40
41
42 sigaction(2), exit(3),
43 raise(3)
44 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.