From 1f17fef7161e361b3e59314c845d2986e7390f70 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Tue, 12 Apr 2011 22:11:15 +0200
Subject: [PATCH 239/396] stdlib.c: remove comment about _Exit, it is provided in _exit.c

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/stdlib/stdlib.c |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c
index 31c42de..e3372f7 100644
--- a/libc/stdlib/stdlib.c
+++ b/libc/stdlib/stdlib.c
@@ -659,16 +659,7 @@ unsigned long long attribute_hidden __XL_NPP(_stdlib_strto_ll)(register const Wc
 #endif /* defined(ULLONG_MAX) && (LLONG_MAX > LONG_MAX) */
 
 #endif
-/**********************************************************************/
-/* Made _Exit() an alias for _exit(), as per C99. */
-/*  #ifdef L__Exit */
-/*  void _Exit(int status) */
-/*  { */
-/*  	_exit(status); */
-/*  } */
-
-/*  #endif */
-/**********************************************************************/
+
 #ifdef L_bsearch
 
 void *bsearch(const void *key, const void *base, size_t /* nmemb */ high,
-- 
1.7.0.4

