diff --git a/src/exit/exit.c b/src/exit/exit.c index 27fb3e29..163d8f1b 100644 --- a/src/exit/exit.c +++ b/src/exit/exit.c @@ -31,5 +31,4 @@ _Noreturn void exit(int code) __stdio_exit(); _Exit(code); - for(;;); }