]> git.saurik.com Git - apple/libc.git/blob - stdlib/FreeBSD/abort.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / stdlib / FreeBSD / abort.3.patch
1 --- abort.3.orig 2010-02-22 12:52:54.000000000 -0800
2 +++ abort.3 2010-02-22 12:56:29.000000000 -0800
3 @@ -58,6 +58,13 @@ The
4 .Fn abort
5 function is thread-safe.
6 It is unknown if it is async-cancel-safe.
7 +.Pp
8 +The
9 +.Fn abort
10 +function causes a report to be generated by Crash Reporter. If you wish to
11 +terminate without generating a crash report, use
12 +.Xr exit 3
13 +instead.
14 .Sh RETURN VALUES
15 The
16 .Fn abort