From a784e502472fb3a1afa4d01a47c66b52d23e00f6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 23:57:22 -0500 Subject: Remove pre-ISO C support No more __const. --- malloc/arena.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'malloc/arena.c') diff --git a/malloc/arena.c b/malloc/arena.c index cb8548ba3f..d3cf4b9f1b 100644 --- a/malloc/arena.c +++ b/malloc/arena.c @@ -1,5 +1,5 @@ /* Malloc implementation for multiple threads without lock contention. - Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011 + Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Wolfram Gloger , 2001. @@ -145,9 +145,9 @@ int __malloc_initialized = -1; /* atfork support. */ static __malloc_ptr_t (*save_malloc_hook) (size_t __size, - __const __malloc_ptr_t); + const __malloc_ptr_t); static void (*save_free_hook) (__malloc_ptr_t __ptr, - __const __malloc_ptr_t); + const __malloc_ptr_t); static void* save_arena; #ifdef ATFORK_MEM -- cgit 1.4.1