diff --git a/include/__config b/include/__config index 9136e00e..389b6c4b 100644 --- a/include/__config +++ b/include/__config @@ -423,7 +423,7 @@ template struct __static_assert_check {}; #endif #ifdef __GNUC__ -#define _NOALIAS __attribute__((malloc)) +#define _NOALIAS __attribute__((__malloc__)) #else #define _NOALIAS #endif