diff options
author | Christopher Faylor <me@cgf.cx> | 2001-04-17 06:07:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-04-17 06:07:07 +0000 |
commit | 7b79ebc5e91dc21e90be2f5f6b51aebdfca97465 (patch) | |
tree | 45e654b6ae4e322a0b7cb0cd6c08f0b02e75a54e | |
parent | 431ba7dd33c6c29bca5b1172c43d522c1fa152cf (diff) | |
download | newlib-7b79ebc5e91dc21e90be2f5f6b51aebdfca97465.zip newlib-7b79ebc5e91dc21e90be2f5f6b51aebdfca97465.tar.gz newlib-7b79ebc5e91dc21e90be2f5f6b51aebdfca97465.tar.bz2 |
Turn NEWVFORK off.
-rw-r--r-- | winsup/cygwin/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/config.h.in b/winsup/cygwin/config.h.in index 71ebe9c..99931a5 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. */ -#define NEWVFORK +#undef NEWVFORK |