Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2011 17:03:00 +0100
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        David Chisnall <theraven@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r228322 - in head: include lib/libc/stdlib sys/sys
Message-ID:  <20111207160259.GA1622@mole.fafoe.narf.at>
In-Reply-To: <201112071525.pB7FPmkH044896@svn.freebsd.org>
References:  <201112071525.pB7FPmkH044896@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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)?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111207160259.GA1622>