]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/abort.3.patch
Libc-825.24.tar.gz
[apple/libc.git] / stdlib / FreeBSD / abort.3.patch
diff --git a/stdlib/FreeBSD/abort.3.patch b/stdlib/FreeBSD/abort.3.patch
deleted file mode 100644 (file)
index af99681..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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