egor.kochetov a05bee544a Fixed uchar.h for clang3.6
The NDK self-test issue64679-prctl failed to build because by default
clang3.6 builds in C11 mode, but the ifdef in the file 'uchar.h' hid the
required char16_t and char32_t declarations based on the GCC version,
which is declared as 4 by clang.

The ifdef is changed so that it is based on C version rather than a
compiler version. This way it is compatible with gcc 4, gcc 5 and clang
which are actually the only used toolchains.

See also: b.android.com/177609

Change-Id: I78c4bdc681c6f8a31b92dbe8ffe35e84ef2eda36
Signed-off-by: Egor Kochetov <egor.kochetov@intel.com>
2015-06-29 13:27:28 +03:00
..
2014-12-15 18:47:14 -08:00
2014-10-01 11:09:37 -07:00
2015-01-26 11:57:11 -08:00
2015-02-17 19:54:43 -08:00
2014-02-24 20:22:11 +00:00
2015-02-25 19:05:37 -08:00
2014-02-10 13:31:13 -08:00
2014-04-18 21:48:57 +00:00
2014-08-22 10:23:12 -07:00
2015-02-02 09:15:19 -08:00
2014-12-03 15:55:34 -08:00
2015-02-25 14:58:08 -08:00
2010-01-15 15:01:44 -08:00
2014-07-24 14:55:29 -07:00
2014-06-06 16:49:39 -07:00
2014-07-21 17:16:30 -07:00
2014-08-20 10:23:52 -07:00
2010-06-11 14:39:39 -07:00
2014-11-26 17:14:50 -08:00
2015-06-29 13:27:28 +03:00
2014-12-03 15:55:34 -08:00
2014-04-08 19:37:38 -07:00