feat: created initial stack smash protector

This commit is contained in:
2021-03-15 19:21:46 +01:00
parent 3d08828e8d
commit 513693189e
5 changed files with 40 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
#error "Userspace not implemented"
#endif
void abort();
void __attribute__((__noreturn__)) abort();
int atexit(void (*)(void));