zephyr/lib/libc/minimal
Peter Bigot dfd26dbbeb libc/minimal/assert: conditionalize static_assert macro
static_assert was not added to C until C11.  Zephyr builds default to
C99.  To preserve compatibility with newlib avoid defining the
macro at standard levels where it did not exist.

Relates to #17738 and #11754.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2019-09-19 09:37:42 -05:00
..
include libc/minimal/assert: conditionalize static_assert macro 2019-09-19 09:37:42 -05:00
source kernel: Port remaining buildable syscalls to new API 2019-09-12 11:31:50 +08:00
CMakeLists.txt libc: minimal: Add headers as system includes 2019-08-08 14:31:35 +02:00