Loading...
stdlib/FreeBSD/atexit.h.patch /dev/null Libc-583
--- /dev/null
+++ Libc/Libc-583/stdlib/FreeBSD/atexit.h.patch
@@ -0,0 +1,8 @@
+--- atexit.h.orig	2004-03-11 13:16:53.000000000 -0800
++++ atexit.h	2004-09-15 00:15:16.000000000 -0700
+@@ -37,4 +37,4 @@
+ /* must be at least 32 to guarantee ANSI conformance */
+ #define	ATEXIT_SIZE	32
+ 
+-void __cxa_finalize(void *dso);
++void __cxa_finalize(const void *dso);