Add support files required for building on Solaris.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@151721 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Chisnall
2012-02-29 13:17:28 +00:00
parent 997e454139
commit ea2741973a
7 changed files with 606 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#define atof sun_atof
#define strtod sun_strtod
#include_next "floatingpoint.h"
#undef atof
#undef strtod