diff options
Diffstat (limited to 'libstdc++/cstdlibi.cc')
-rw-r--r-- | libstdc++/cstdlibi.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/cstdlibi.cc b/libstdc++/cstdlibi.cc new file mode 100644 index 00000000000..abbfa03464a --- /dev/null +++ b/libstdc++/cstdlibi.cc @@ -0,0 +1,7 @@ +// Implementation file for the -*- C++ -*- standard library header. +// This file is part of the GNU ANSI C++ Library. + +#ifdef __GNUG__ +#pragma implementation "cstdlib" +#endif +#include <cstdlib> |