about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/exit/exit.c1
1 files changed, 0 insertions, 1 deletions
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(;;);
 }