xref: /openbsd-src/gnu/llvm/libcxx/include/__support/solaris/floatingpoint.h (revision 76d0caaeb19ae0808d90af1d0b3b7b50b3e5383f)
1*76d0caaeSpatrick //===----------------------------------------------------------------------===//
2*76d0caaeSpatrick //
3*76d0caaeSpatrick // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*76d0caaeSpatrick // See https://llvm.org/LICENSE.txt for license information.
5*76d0caaeSpatrick // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*76d0caaeSpatrick //
7*76d0caaeSpatrick //===----------------------------------------------------------------------===//
8*76d0caaeSpatrick 
9*76d0caaeSpatrick #define atof sun_atof
10*76d0caaeSpatrick #define strtod sun_strtod
11*76d0caaeSpatrick #include_next "floatingpoint.h"
12*76d0caaeSpatrick #undef atof
13*76d0caaeSpatrick #undef strtod
14