about summary refs log tree commit diff
path: root/include/assert.h
Commit message (Expand)AuthorAgeFilesLines
* restore _Noreturn to __assert_failRich Felker2016-08-301-1/+1
* do not define static_assert macro for pre-C11 compilersRich Felker2016-02-121-1/+1
* add static_assert and hide noreturn, alignas, alignof from C++Szabolcs Nagy2014-08-271-0/+4
* __assert_fail(): remove _Noreturn, to get proper stacktracesrofl0r2013-01-041-1/+1
* assert() is supposed to have type voidRich Felker2012-10-171-1/+1
* default features: make musl usable without feature test macrosRich Felker2012-09-071-7/+2
* further use of _Noreturn, for non-plain-C functionsRich Felker2012-09-061-1/+8
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+17