Replace __attribute__ with a macro from types.h

This commit is contained in:
Alex
2023-04-07 05:22:14 +03:00
parent 7fa3e91a53
commit 98c137566d
22 changed files with 69 additions and 69 deletions

View File

@ -745,7 +745,7 @@ EXTERNC int log2(unsigned int n)
return log + (n >> 1);
}
EXTERNC void __chk_fail(void) __attribute__((__noreturn__));
EXTERNC void __chk_fail(void) __noreturn;
__noreturn __always_inline static inline void __convert_chk_fail(void)
{