Loading...
--- Libc/Libc-583/stdlib/FreeBSD/exit.c.patch
+++ Libc/Libc-763.13/stdlib/FreeBSD/exit.c.patch
@@ -1,9 +1,9 @@
---- 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"
+--- 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"
- void (*__cleanup)();
+ void (*__cleanup)(void);
-
-/*
- * This variable is zero until a process has created a thread.
@@ -17,7 +17,7 @@
/*
* Exit, flushing stdio buffers if necessary.
-@@ -61,13 +53,8 @@
+@@ -59,13 +51,8 @@ void
exit(status)
int status;
{