aboutsummaryrefslogtreecommitdiff
path: root/man/man3/abort.3
blob: 2615f5b52d6444151d09159c1925e3c48c06a450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH ABORT 3
.SH NAME
abort \- generate a fault
.SH SYNOPSIS
.B #include <u.h>
.br
.B #include <libc.h>
.PP
.nf
.B
void	abort(void)
.fi
.SH DESCRIPTION
.I Abort
causes an access fault, causing the current process to enter the `Broken' state.
The process can then be inspected by a debugger.
.SH SOURCE
.B /usr/local/plan9/src/libc/9sys/abort.c