summaryrefslogtreecommitdiffstats
path: root/lib/libc/hidden/stdio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure attributes are applied to function declarations before they'reguenther2016-09-061-2/+6
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-4/+4
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-1/+3
* Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn'tguenther2015-09-111-3/+3
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-101-2/+1
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-3/+10
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-0/+109