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:
5
include/support/solaris/floatingpoint.h
Normal file
5
include/support/solaris/floatingpoint.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#define atof sun_atof
|
||||
#define strtod sun_strtod
|
||||
#include_next "floatingpoint.h"
|
||||
#undef atof
|
||||
#undef strtod
|
Reference in New Issue
Block a user