summaryrefslogtreecommitdiff
path: root/malloc/malloc.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-29 20:43:54 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-29 20:43:54 -0400
commita33c44639a8784589c8386ac0b56baf6d0beca32 (patch)
tree59b66573d7880c08390d02c5761d38b79f754156 /malloc/malloc.h
parent0810a11e5302ce0556b32238dc1b5c6f634dfe45 (diff)
Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added
Diffstat (limited to 'malloc/malloc.h')
-rw-r--r--malloc/malloc.h2
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. */