From c311492873eaff4ca86db511ae971abc8d688221 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 12 Apr 2011 22:11:15 +0200 Subject: stdlib.c: remove comment about _Exit, it is provided in _exit.c Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/stdlib/stdlib.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c index d3bdd6c39..734033979 100644 --- a/libc/stdlib/stdlib.c +++ b/libc/stdlib/stdlib.c @@ -667,16 +667,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, -- cgit v1.2.3