From cc6e7378d3f5473137e0c46d39173e6f60dcefda Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 14:57:46 -0500 Subject: update standards and safety checks --- src/stdlib/_Exit.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/stdlib/_Exit.c') diff --git a/src/stdlib/_Exit.c b/src/stdlib/_Exit.c index 59d045fe..93b855c8 100644 --- a/src/stdlib/_Exit.c +++ b/src/stdlib/_Exit.c @@ -1,7 +1,5 @@ -#if 0 - #include -#include "_safety.h" +#include "_stdlib.h" #include "_syscall.h" /** cause normal program termination without handlers **/ @@ -35,6 +33,3 @@ No functions registered by fn(atexit) or fn(at_quick_exit) are called. /* STDC(199901) */ - - -#endif -- cgit v1.2.1