Chromium Code Reviews| Index: third_party/libc++/include/support/solaris/floatingpoint.h |
| =================================================================== |
| --- third_party/libc++/include/support/solaris/floatingpoint.h (revision 0) |
| +++ third_party/libc++/include/support/solaris/floatingpoint.h (revision 0) |
| @@ -0,0 +1,5 @@ |
| +#define atof sun_atof |
| +#define strtod sun_strtod |
| +#include_next "floatingpoint.h" |
| +#undef atof |
| +#undef strtod |
| Property changes on: third_party/libc++/include/support/solaris/floatingpoint.h |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |