X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/fbd86d4cc20b02a10edcca92fb7ae0a143e63cc4..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/stdlib/FreeBSD/abort.3.patch diff --git a/stdlib/FreeBSD/abort.3.patch b/stdlib/FreeBSD/abort.3.patch new file mode 100644 index 0000000..af99681 --- /dev/null +++ b/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