Expose some C11 stuff that is also C++11 stuff in C++11 mode.

Approved by:	dim (mentor)
This commit is contained in:
David Chisnall 2012-03-14 14:39:07 +00:00
parent 77b5f5c8e2
commit 79d09835dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232971

View File

@ -151,7 +151,7 @@ _Noreturn void _Exit(int);
/*
* If we're in a mode greater than C99, expose C11 functions.
*/
#if __ISO_C_VISIBLE >= 2011
#if __ISO_C_VISIBLE >= 2011 || __cplusplus >= 201103L
void * aligned_alloc(size_t, size_t);
int at_quick_exit(void (*)(void));
_Noreturn void