aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/assert.h
AgeCommit message (Collapse)AuthorFilesLines
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz1-4/+4
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2012-10-16 * libc/include/assert.h (static_assert): Define.Corinna Vinschen1-0/+4
2008-07-172008-07-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+6
* libc/include/assert.h (__ASSERT_FUNC): Define to __FUNCTION__ when __STDC_VERSION__ < 199901L and __GNUC__ >= 2.
2007-06-27 Support __func__ in assert, as required by C99.Eric Blake1-11/+24
* libc/stdlib/assert.c (__assert_func): New function. (__assert): Use __assert_func. * libc/include/assert.h (assert) [!NDEBUG]: Use __assert_func when possible.
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+29