aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/stdio.h
AgeCommit message (Collapse)Author
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.
2012-03-28do not use impure stuff for stdin etc, it makes comparing to native builds ↵Alon Zakai
harder
2012-01-31header fixes for building python from sourceAlon Zakai
2011-12-20fix feof, plus testAlon Zakai
2011-10-07stdio.h fixes and a fix that fixes bulletAlon Zakai
2011-10-07fix stdio streams and printing of chars; fixes freetypeAlon Zakai
2011-09-24reorganize system/includeAlon Zakai