summaryrefslogtreecommitdiff
path: root/src/c/stack_protector.c
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2021-10-26 22:57:44 +0200
committerAleksa Vučković <aleksav013@gmail.com>2021-10-26 22:57:44 +0200
commit818a6fea63d5427e43becc0d4a5279a631a7f1a6 (patch)
tree618d858176aaab6a2bc3d05389f8b4e31a980389 /src/c/stack_protector.c
parent39822cdb0acdd1eec66c2e18e0711fd3cd6f033d (diff)
Small fixes + color + neofetch
Diffstat (limited to 'src/c/stack_protector.c')
-rw-r--r--src/c/stack_protector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/stack_protector.c b/src/c/stack_protector.c
index 50e4316..3289cec 100644
--- a/src/c/stack_protector.c
+++ b/src/c/stack_protector.c
@@ -9,7 +9,7 @@
uintptr_t __stack_chk_guard = STACK_CHK_GUARD;
-__attribute__((noreturn))
+//__attribute__((noreturn))
void __stack_chk_fail(void)
{
#if __STDC_HOSTED__