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:
authorChristopher Faylor <me@cgf.cx>2002-09-23 04:31:31 +0400
committerChristopher Faylor <me@cgf.cx>2002-09-23 04:31:31 +0400
commitf0227ea3c78d8d23dc35f0939219649447eecfae (patch)
tree0a116e294fa35db8a66901f6ef85b41720913c2f /winsup/cygwin/malloc_wrapper.cc
parentc87c8a533f9e917878d433956420953598ab6cd6 (diff)
More GNUify non-GNU formatted functions calls throughout.
Diffstat (limited to 'winsup/cygwin/malloc_wrapper.cc')
-rw-r--r--winsup/cygwin/malloc_wrapper.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/malloc_wrapper.cc b/winsup/cygwin/malloc_wrapper.cc
index 51cc81832..bd671a6fc 100644
--- a/winsup/cygwin/malloc_wrapper.cc
+++ b/winsup/cygwin/malloc_wrapper.cc
@@ -35,11 +35,6 @@ details. */
static int export_malloc_called;
static int use_internal_malloc = 1;
-#undef in
-#undef out
-#define in(x)
-#define out(x)
-
#ifdef MALLOC_DEBUG
extern "C" void * _sbrk (size_t incr_arg);