]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/abort.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / stdlib / FreeBSD / abort.3.patch
diff --git a/stdlib/FreeBSD/abort.3.patch b/stdlib/FreeBSD/abort.3.patch
new file mode 100644 (file)
index 0000000..af99681
--- /dev/null
@@ -0,0 +1,16 @@
+--- abort.3.orig       2010-02-22 12:52:54.000000000 -0800
++++ abort.3    2010-02-22 12:56:29.000000000 -0800
+@@ -58,6 +58,13 @@ The
+ .Fn abort
+ function is thread-safe.
+ It is unknown if it is async-cancel-safe.
++.Pp
++The
++.Fn abort
++function causes a report to be generated by Crash Reporter.  If you wish to
++terminate without generating a crash report, use
++.Xr exit 3
++instead.
+ .Sh RETURN VALUES
+ The
+ .Fn abort