From a33c44639a8784589c8386ac0b56baf6d0beca32 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 29 May 2011 20:43:54 -0400 Subject: Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added --- malloc/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc') diff --git a/malloc/malloc.h b/malloc/malloc.h index 5fc7a53..e8f6068 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -40,7 +40,7 @@ # ifdef _LIBC # define __MALLOC_HOOK_VOLATILE # else -# define __MALLOC_HOOK_VOLATILE +# define __MALLOC_HOOK_VOLATILE __volatile # endif #else /* Not GCC. */ -- cgit v1.1