More GNUify non-GNU formatted functions calls throughout.
This commit is contained in:
parent
c87c8a533f
commit
f0227ea3c7
|
@ -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.
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue