Loading...
--- Libc/Libc-763.12/stdlib/FreeBSD/exit.c.patch
+++ Libc/Libc-583/stdlib/FreeBSD/exit.c.patch
@@ -1,9 +1,9 @@
---- exit.c.bsdnew 2009-11-13 14:11:48.000000000 -0800
-+++ exit.c 2009-11-13 14:47:07.000000000 -0800
-@@ -42,15 +42,7 @@ __FBSDID("$FreeBSD: src/lib/libc/stdlib/
- #include "libc_private.h"
+--- exit.c.orig 2006-08-08 16:13:56.000000000 -0700
++++ exit.c 2006-08-11 22:12:56.000000000 -0700
+@@ -44,15 +44,7 @@
+ #include "atexit.h"
- void (*__cleanup)(void);
+ void (*__cleanup)();
-
-/*
- * This variable is zero until a process has created a thread.
@@ -17,7 +17,7 @@
/*
* Exit, flushing stdio buffers if necessary.
-@@ -59,13 +51,8 @@ void
+@@ -61,13 +53,8 @@
exit(status)
int status;
{