diff options
author | Christopher Faylor <me@cgf.cx> | 2001-04-14 23:24:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-04-14 23:24:07 +0000 |
commit | 34bbe838e6a03f2eaaa0565b8e88926878097a28 (patch) | |
tree | 8ceb1dc477514098fe237aead75e6aca196caff0 | |
parent | 266be1d8c9765d22bff62e79c5d396bc2f54fea4 (diff) | |
download | newlib-34bbe838e6a03f2eaaa0565b8e88926878097a28.zip newlib-34bbe838e6a03f2eaaa0565b8e88926878097a28.tar.gz newlib-34bbe838e6a03f2eaaa0565b8e88926878097a28.tar.bz2 |
* config.h.in: Turn on VFORK by default.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/config.h.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f7abb53..2e88d0f 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 99931a5..71ebe9c 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 |