Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added

This commit is contained in:
Ulrich Drepper 2011-05-29 20:43:54 -04:00
parent 0810a11e53
commit a33c44639a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
# ifdef _LIBC
# define __MALLOC_HOOK_VOLATILE
# else
# define __MALLOC_HOOK_VOLATILE
# define __MALLOC_HOOK_VOLATILE __volatile
# endif
#else /* Not GCC. */