mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-08 05:49:17 +00:00
Replace __attribute__ with a macro from types.h
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user