]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/system.c.patch
Libc-763.11.tar.gz
[apple/libc.git] / stdlib / FreeBSD / system.c.patch
index e65ce57ee3e068108251b90d9e87e23773444c33..6691e7a42bae2fb766089ba5e9e7523a9c1b59dc 100644 (file)
@@ -1,6 +1,6 @@
---- system.c.orig      2008-08-28 02:12:39.000000000 -0700
-+++ system.c   2008-08-28 02:15:08.000000000 -0700
-@@ -44,23 +44,61 @@ __FBSDID("$FreeBSD: src/lib/libc/stdlib/
+--- system.c.bsdnew    2009-11-13 14:11:52.000000000 -0800
++++ system.c   2009-11-13 14:11:52.000000000 -0800
+@@ -40,23 +40,61 @@ __FBSDID("$FreeBSD: src/lib/libc/stdlib/
  #include <stdlib.h>
  #include <stddef.h>
  #include <unistd.h>
@@ -66,7 +66,7 @@
        /*
         * Ignore SIGINT and SIGQUIT, block SIGCHLD. Remember to save
         * existing signal dispositions.
-@@ -69,33 +107,45 @@ __system(command)
+@@ -65,33 +103,45 @@ __system(command)
        (void)sigemptyset(&ign.sa_mask);
        ign.sa_flags = 0;
        (void)_sigaction(SIGINT, &ign, &intact);