aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/assert.h
AgeCommit message (Collapse)Author
2013-09-24Mark __assert_fail as _Noreturn.Bruce Mitchener
This eliminates a performance regression caused in the box2d benchmark by switching to the musl headers. Without this being _Noreturn, clang / llvm generates much worse code involving phis and extra loads.
2013-09-13Update libc headers to use musl headers.Bruce Mitchener
2013-03-23Re-instate _ATTRIBUTE() usages.Bruce Mitchener
These were broken because the definition of _ATTRIBUTE() from libcxx was different, so change the libc definition and usage to match. Fixes issue #992.
2011-10-07header fixes; fixes popplerAlon Zakai
2011-09-24reorganize system/includeAlon Zakai