1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

Fix C11 header changes for C++.

This commit is contained in:
Joseph Myers
2012-01-06 18:11:50 +00:00
parent 5e0d030065
commit 8ecd6b2a12
4 changed files with 16 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 1991,1992,1994-2001,2003,2004,2007,2011
/* Copyright (C) 1991,1992,1994-2001,2003,2004,2007,2011,2012
Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -115,7 +115,7 @@ __END_DECLS
#endif /* NDEBUG. */
#ifdef __USE_ISOC11
#if defined __USE_ISOC11 && !defined __cplusplus
/* Static assertion. Requires support in the compiler. */
# undef static_assert
# define static_assert _Static_assert