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:
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/winsup.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4ecf66dfc..0d4763eea 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-13 Christopher Faylor <cgf@timesys.com>
+
+ * winsup.h: Turn off DEBUGGING.
+
2006-10-13 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (Wow64DisableWow64FsRedirection): Define.
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 175bbee85..ff7037a65 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -19,9 +19,6 @@ details. */
# include "config.h"
#endif
-#undef DEBUGGING
-#define DEBUGGING 1 /* CGF: FIXME: TEMPORARY */
-
#define __INSIDE_CYGWIN__
#define strlen __builtin_strlen