X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/fbd86d4cc20b02a10edcca92fb7ae0a143e63cc4..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/stdlib/FreeBSD/system.c.patch diff --git a/stdlib/FreeBSD/system.c.patch b/stdlib/FreeBSD/system.c.patch index e65ce57..6691e7a 100644 --- a/stdlib/FreeBSD/system.c.patch +++ b/stdlib/FreeBSD/system.c.patch @@ -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 #include #include @@ -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);