Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-04-15 03:24:07 +0400
committerChristopher Faylor <me@cgf.cx>2001-04-15 03:24:07 +0400
commit34bbe838e6a03f2eaaa0565b8e88926878097a28 (patch)
tree8ceb1dc477514098fe237aead75e6aca196caff0
parent266be1d8c9765d22bff62e79c5d396bc2f54fea4 (diff)
* config.h.in: Turn on VFORK by default.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/config.h.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f7abb53c7..2e88d0fcd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Sat Apr 14 19:23:52 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * config.h.in: Turn on VFORK by default.
+
Sat Apr 14 18:04:35 2001 Christopher Faylor <cgf@cygnus.com>
* net.cc (cygwin_socket): Set SO_LINGER to small value so closed UNIX
diff --git a/winsup/cygwin/config.h.in b/winsup/cygwin/config.h.in
index 99931a5c2..71ebe9cf5 100644
--- a/winsup/cygwin/config.h.in
+++ b/winsup/cygwin/config.h.in
@@ -35,4 +35,4 @@
#undef _MT_SAFE
/* Define if using new vfork functionality. */
-#undef NEWVFORK
+#define NEWVFORK