1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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

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. */