[commit: packages/process] master,new-flags: Fix bitmask (52cad65)
git at git.haskell.org
git at git.haskell.org
Mon Nov 2 06:23:55 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branches: master,new-flags
Link : http://ghc.haskell.org/trac/ghc/changeset/52cad6528a01b7cca011ac1c4ef7d33b1f500532/process
>---------------------------------------------------------------
commit 52cad6528a01b7cca011ac1c4ef7d33b1f500532
Author: Michael Snoyman <michael at snoyman.com>
Date: Mon Aug 24 21:05:20 2015 +0300
Fix bitmask
>---------------------------------------------------------------
52cad6528a01b7cca011ac1c4ef7d33b1f500532
include/processFlags.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/processFlags.h b/include/processFlags.h
index b0cd1ec..a2c4b95 100644
--- a/include/processFlags.h
+++ b/include/processFlags.h
@@ -8,4 +8,4 @@
#define RUN_PROCESS_IN_NEW_GROUP 0x2
#define RUN_PROCESS_DETACHED 0x4
#define RUN_PROCESS_NEW_SESSION 0x8
-#define RUN_PROCESS_NEW_CONSOLE 0x16
+#define RUN_PROCESS_NEW_CONSOLE 0x10
More information about the ghc-commits
mailing list