OSDN Git Service

libstdc++: use extern "C++" in all our C++ system headers.
authorDavid 'Digit' Turner <digit@google.com>
Fri, 25 Jun 2010 23:53:37 +0000 (16:53 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Fri, 25 Jun 2010 23:53:37 +0000 (16:53 -0700)
commit0621a279adfb981ea1f0564e7fc8280cda78e043
tree9763ca0fde6d2ece1ba2e19a3146a9c9f905b195
parentfa5755ae980b6f4ac5df37b263ba20f472db31ca
libstdc++: use extern "C++" in all our C++ system headers.

This is needed to build an independent toolchain with g++ that doesn't think
that all these headers are in C.

Change-Id: Ie9a8ccfcab7780d6a4e5722777d61c2b1b312001
libstdc++/include/cctype
libstdc++/include/cmath
libstdc++/include/csetjmp
libstdc++/include/csignal
libstdc++/include/cstddef
libstdc++/include/cstdio
libstdc++/include/cstdlib
libstdc++/include/cstring
libstdc++/include/ctime
libstdc++/include/new
libstdc++/include/typeinfo