diff options
Diffstat (limited to 'winsup/cygwin/malloc_wrapper.cc')
-rw-r--r-- | winsup/cygwin/malloc_wrapper.cc | 5 |
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); |