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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-10-13 16:49:18 +0400
committerChristopher Faylor <me@cgf.cx>2006-10-13 16:49:18 +0400
commit7af26e0cc039517e3528ccedee7b778f479104c9 (patch)
treefd8037d7351e0f7d0f4d70ab5dd9d2930b404a5c /winsup
parentace7360b45bb5603948a3e0fa84b3cb68cf82910 (diff)
* winsup.h: Turn off DEBUGGING.
Diffstat (limited to 'winsup')
-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