From 0810a11e5302ce0556b32238dc1b5c6f634dfe45 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 29 May 2011 20:41:09 -0400 Subject: [PATCH] Missed one malloc hook variable --- malloc/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malloc/malloc.h b/malloc/malloc.h index 2bdece0..5fc7a53 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -164,7 +164,7 @@ extern int malloc_set_state (void *__ptr) __THROW; /* Called once when malloc is initialized; redefining this variable in the application provides the preferred way to set up the hook pointers. */ -extern void (*__malloc_initialize_hook) (void); +extern void (*__MALLOC_HOOK_VOLATILE __malloc_initialize_hook) (void); /* Hooks for debugging and user-defined versions. */ extern void (*__MALLOC_HOOK_VOLATILE __free_hook) (void *__ptr, __const __malloc_ptr_t); -- 2.7.4