diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 20:43:54 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 20:43:54 -0400 |
commit | a33c44639a8784589c8386ac0b56baf6d0beca32 (patch) | |
tree | 59b66573d7880c08390d02c5761d38b79f754156 /malloc | |
parent | 0810a11e5302ce0556b32238dc1b5c6f634dfe45 (diff) | |
download | glibc-a33c44639a8784589c8386ac0b56baf6d0beca32.tar.gz glibc-a33c44639a8784589c8386ac0b56baf6d0beca32.tar.xz glibc-a33c44639a8784589c8386ac0b56baf6d0beca32.zip |
Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/malloc.h b/malloc/malloc.h index 5fc7a53eff..e8f6068c1f 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. */ |