summaryrefslogtreecommitdiffstats
path: root/libstdc++/include/cstdio
Commit message (Collapse)AuthorAgeFilesLines
* libstdc++: use extern "C++" in all our C++ system headers.David 'Digit' Turner2010-06-251-0/+4
| | | | | | | This is needed to build an independent toolchain with g++ that doesn't think that all these headers are in C. Change-Id: Ie9a8ccfcab7780d6a4e5722777d61c2b1b312001
* AI 145159: am: CL 145059 (Almost) final set of wrapper around the C headers ↵Niko Catania2009-04-081-0/+92
for stdc++ and their tests. The only one left is cstring. * bionic/libstdc++/include/cstdlib: * bionic/libstdc++/include/cstdio: * bionic/libstdc++/include/cstdint: * bionic/libstdc++/include/csignal: * bionic/libstdc++/include/csetjmp: Added header file. Checks the bionic headers file were picked up instead of the host ones. Added test for new header files * system/extras/tests/bionic/libstdc++/Android.mk: Added tests for the new header files. EXTRA_CFLAGS: include the bionic header files. Original author: niko Automated import of CL 145159