]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/abort.c.patch
Libc-391.4.3.tar.gz
[apple/libc.git] / stdlib / FreeBSD / abort.c.patch
index 938d418a0ddeddc9334d3b4f2694c7fe2d3dec4b..f5a048242da5e447f0a226999fdab8048a5263de 100644 (file)
@@ -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()