From e107daf6530c6f103d5eeca6200fc548454f9c33 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 8 Jan 2012 12:03:46 +0000 Subject: Fix spelling of C11 and sort functions by name. --- include/stdlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index e5975f5..c66f924 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -149,12 +149,12 @@ _Noreturn void _Exit(int); #endif /* __ISO_C_VISIBLE >= 1999 */ /* - * If we're in a mode greater than C99, expose C1x functions. + * If we're in a mode greater than C99, expose C11 functions. */ #if __ISO_C_VISIBLE >= 2011 +int at_quick_exit(void (*)(void)); _Noreturn void quick_exit(int); -int at_quick_exit(void (*)(void)); #endif /* __ISO_C_VISIBLE >= 2011 */ /* * Extensions made by POSIX relative to C. We don't know yet which edition -- cgit v1.1