From 818a6fea63d5427e43becc0d4a5279a631a7f1a6 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Tue, 26 Oct 2021 22:57:44 +0200 Subject: Small fixes + color + neofetch --- src/c/stack_protector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c/stack_protector.c') 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__ -- cgit v1.2.3