Loading...
stdlib/FreeBSD/abort.c.patch Libc-320.1.3 Libc-391
--- Libc/Libc-320.1.3/stdlib/FreeBSD/abort.c.patch
+++ Libc/Libc-391/stdlib/FreeBSD/abort.c.patch
@@ -1,18 +1,11 @@
---- abort.c.orig	Mon Apr 28 16:37:26 2003
-+++ abort.c	Sat May  3 14:27:55 2003
-@@ -43,12 +43,9 @@
- #include <unistd.h>
+--- abort.c.orig	2003-08-16 04:43:57.000000000 -0700
++++ abort.c	2004-10-26 17:29:31.000000000 -0700
+@@ -45,7 +45,7 @@
  #include <pthread.h>
+ #include "un-namespace.h"
  
 -void (*__cleanup)();
--
--/* XXX - why are these declarations here? */
--extern int	__sys_sigprocmask(int, const sigset_t *, sigset_t *);
--extern int	__sys_sigaction(int, const struct sigaction *,
--		    struct sigaction *);
 +extern void (*__cleanup)();
-+#define	__sys_sigprocmask	sigprocmask
-+#define	__sys_sigaction		sigaction
  
  void
  abort()