summaryrefslogtreecommitdiff
path: root/include/assert.h
AgeCommit message (Expand)AuthorLines
2016-02-12do not define static_assert macro for pre-C11 compilersRich Felker-1/+1
2014-08-27add static_assert and hide noreturn, alignas, alignof from C++Szabolcs Nagy-0/+4
2013-01-04__assert_fail(): remove _Noreturn, to get proper stacktracesrofl0r-1/+1
2012-10-17assert() is supposed to have type voidRich Felker-1/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker-7/+2
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker-1/+8
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+17