[git commit ldso-future] stdlib.c: remove comment about _Exit, it is provided in _exit.c

Peter S. Mazinger ps.m at gmx.net
Mon Apr 11 11:27:03 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=11e8ad9c4d2242631ff7694b290b9e3951403305
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/ldso-future

Signed-off-by: Peter S. Mazinger <ps.m at 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 6ce04e1..98c202e 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.3.4



More information about the uClibc-cvs mailing list