svn commit: r228322 - in head: include lib/libc/stdlib sys/sys

Stefan Farfeleder stefanf at FreeBSD.org
Wed Dec 7 16:03:33 UTC 2011


On Wed, Dec 07, 2011 at 03:25:48PM +0000, David Chisnall wrote:
>  
>  /*
> + * If we're in a mode greater than C99, expose C1x functions.
> + */
> +#if __ISO_C_VISIBLE > 1999
> +__noreturn void quick_exit(int)
> +int
> +at_quick_exit(void (*func)(void));
> +#endif /* __ISO_C_VISIBLE > 1999 */
> +/*
>   * Extensions made by POSIX relative to C.  We don't know yet which edition

Shouldn't it be visible in the default mode too (__BSD_VISIBLE)?


More information about the svn-src-head mailing list