Fixed compiler warnings

This commit is contained in:
Alex
2022-12-29 05:29:27 +02:00
parent 3f166b97c7
commit b236ca54ee
3 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#include "../kernel.h"
EXTERNC __attribute__((weak)) uintptr_t __stack_chk_guard = 0;
/* EXTERNC */ __attribute__((weak)) uintptr_t __stack_chk_guard = 0;
EXTERNC __attribute__((weak, no_stack_protector)) uintptr_t __stack_chk_guard_init(void)
{