More GNUify non-GNU formatted functions calls throughout.

This commit is contained in:
Christopher Faylor 2002-09-23 00:31:31 +00:00
parent c87c8a533f
commit f0227ea3c7
23 changed files with 77 additions and 78 deletions

View File

@ -1,3 +1,7 @@
2002-09-22 Christopher Faylor <cgf@redhat.com>
More GNUify non-GNU formatted functions calls throughout.
2002-09-22 Christopher Faylor <cgf@redhat.com> 2002-09-22 Christopher Faylor <cgf@redhat.com>
* Makefile.in (DLL_O_FILES): Restore formatting. * Makefile.in (DLL_O_FILES): Restore formatting.

View File

@ -35,11 +35,6 @@ details. */
static int export_malloc_called; static int export_malloc_called;
static int use_internal_malloc = 1; static int use_internal_malloc = 1;
#undef in
#undef out
#define in(x)
#define out(x)
#ifdef MALLOC_DEBUG #ifdef MALLOC_DEBUG
extern "C" void * _sbrk (size_t incr_arg); extern "C" void * _sbrk (size_t incr_arg);

View File

@ -1,6 +1,6 @@
/* sched.cc: scheduler interface for Cygwin /* sched.cc: scheduler interface for Cygwin
Copyright 2001 Red Hat, Inc. Copyright 2001, 2002 Red Hat, Inc.
Written by Robert Collins <rbtcollins@hotmail.com> Written by Robert Collins <rbtcollins@hotmail.com>