]> sourceware.org Git - newlib-cygwin.git/commitdiff
* config.h.in: Turn on VFORK by default.
authorChristopher Faylor <me@cgf.cx>
Sat, 14 Apr 2001 23:24:07 +0000 (23:24 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 14 Apr 2001 23:24:07 +0000 (23:24 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/config.h.in

index f7abb53c7bc4dc42a8eda230af83b81e04b7466c..2e88d0fcd7a9141866ab66f8ffcbaa2098584441 100644 (file)
@@ -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
index 99931a5c2f75fbc19a9849166ce4857d7c726c78..71ebe9cf5e28a4c051e72a1ee2b3aa871fc36b40 100644 (file)
@@ -35,4 +35,4 @@
 #undef _MT_SAFE
 
 /* Define if using new vfork functionality. */
-#undef NEWVFORK
+#define NEWVFORK
This page took 0.036897 seconds and 5 git commands to generate.