diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2021-10-26 22:57:44 +0200 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2021-10-26 22:57:44 +0200 |
| commit | 818a6fea63d5427e43becc0d4a5279a631a7f1a6 (patch) | |
| tree | 618d858176aaab6a2bc3d05389f8b4e31a980389 /src/c/stack_protector.c | |
| parent | 39822cdb0acdd1eec66c2e18e0711fd3cd6f033d (diff) | |
Small fixes + color + neofetch
Diffstat (limited to 'src/c/stack_protector.c')
| -rw-r--r-- | src/c/stack_protector.c | 2 |
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__ |
