Loading...
stdlib/FreeBSD/abort.3.patch /dev/null Libc-763.13
--- /dev/null
+++ Libc/Libc-763.13/stdlib/FreeBSD/abort.3.patch
@@ -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