From: Ulrich Drepper Date: Mon, 30 May 2011 00:43:54 +0000 (-0400) Subject: Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added X-Git-Tag: glibc-2.14~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a33c44639a8784589c8386ac0b56baf6d0beca32;p=thirdparty%2Fglibc.git Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added --- diff --git a/malloc/malloc.h b/malloc/malloc.h index 5fc7a53effa..e8f6068c1f1 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. */