From f0227ea3c78d8d23dc35f0939219649447eecfae Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 23 Sep 2002 00:31:31 +0000 Subject: More GNUify non-GNU formatted functions calls throughout. --- winsup/cygwin/malloc_wrapper.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'winsup/cygwin/malloc_wrapper.cc') 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); -- cgit v1.2.3