aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nimrod/no-posix-spawn-usevfork.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nimrod/no-posix-spawn-usevfork.patch')
-rw-r--r--testing/nimrod/no-posix-spawn-usevfork.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/nimrod/no-posix-spawn-usevfork.patch b/testing/nimrod/no-posix-spawn-usevfork.patch
deleted file mode 100644
index ebb70a632e..0000000000
--- a/testing/nimrod/no-posix-spawn-usevfork.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lib/posix/posix.nim b/lib/posix/posix.nim
-index e206447cc57a..1af768d82a5c 100644
---- a/lib/posix/posix.nim
-+++ b/lib/posix/posix.nim
-@@ -1737,7 +1737,7 @@ when hasSpawnH:
- POSIX_SPAWN_SETSIGDEF* {.importc, header: "<spawn.h>".}: cint
- POSIX_SPAWN_SETSIGMASK* {.importc, header: "<spawn.h>".}: cint
-
-- when defined(linux):
-+ when not defined(linux):
- # better be safe than sorry; Linux has this flag, macosx doesn't, don't
- # know about the other OSes
- var POSIX_SPAWN_USEVFORK* {.importc, header: "<spawn.h>".}: cint