aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/stdlib.h
AgeCommit message (Collapse)Author
2013-09-13Update to musl-0.9.13 headers.Bruce Mitchener
2013-09-13Update libc headers to use musl headers.Bruce Mitchener
2013-08-16Add compat headers, move some things to them.Bruce Mitchener
This is groundwork for landing musl includes which remove some of the deprecated functions or very old BSDisms.
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.
2012-01-04misc header improvements for building llvmAlon Zakai
2011-10-07header fixes; fixes popplerAlon Zakai
2011-10-06compilation and header fixesAlon Zakai
2011-10-06header fixAlon Zakai
2011-10-02fix getloadavgAlon Zakai
2011-09-25header fixes and additionsAlon Zakai
2011-09-24reorganize system/includeAlon Zakai