From ae9b308c6a4a6c2dc6886723764616f85402480d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 7 May 1998 13:10:33 +0000 Subject: Update. 1997-05-07 13:26 Andreas Schwab * Makerules (lib): Put back dependency on lib-noranlib. ($(subdirs-stamps)): Remove dependency on stamp.* again. 1998-05-07 Ulrich Drepper * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for test in __pow2 implementation. 1998-05-07 Andreas Jaeger * malloc/malloc.c (top_check): Add void as parameter to silent gcc. --- malloc/malloc.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'malloc') diff --git a/malloc/malloc.c b/malloc/malloc.c index 03bc556..607961a 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -4247,7 +4247,12 @@ mem2chunk_check(mem) Void_t* mem; necessary. */ static int +#if __STD_C +top_check(void) +#else +static int top_check() +#endif { mchunkptr t = top(&main_arena); char* brk, * new_brk; -- cgit v1.1