diff options
| author | mikhnenko <[email protected]> | 2023-11-28 19:47:51 +0300 |
|---|---|---|
| committer | mikhnenko <[email protected]> | 2023-11-28 20:44:40 +0300 |
| commit | 00075b525ee8dec802d514b18dd290640d60bab0 (patch) | |
| tree | 2747b528e5c10f28c5e978e0f9518950982cd3e7 /contrib/libs/cxxsupp/libcxx/include/stdlib.h | |
| parent | e79e79a7a59159e1994e51c878fed9324c44c974 (diff) | |
Drop more msvc-specific patches
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/stdlib.h')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/stdlib.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/stdlib.h b/contrib/libs/cxxsupp/libcxx/include/stdlib.h index 3edfa228a4f..e4dce9c5454 100644 --- a/contrib/libs/cxxsupp/libcxx/include/stdlib.h +++ b/contrib/libs/cxxsupp/libcxx/include/stdlib.h @@ -13,11 +13,7 @@ # pragma GCC system_header #endif -#ifdef _LIBCPP_COMPILER_MSVC -#include Y_UCRT_INCLUDE_NEXT(stdlib.h) -#else #include_next <stdlib.h> -#endif #elif !defined(_LIBCPP_STDLIB_H) #define _LIBCPP_STDLIB_H @@ -94,20 +90,7 @@ void *aligned_alloc(size_t alignment, size_t size); // C11 # pragma GCC system_header #endif -#ifdef _LIBCPP_COMPILER_MSVC -#include Y_UCRT_INCLUDE_NEXT(stdlib.h) -#ifdef __cplusplus -extern "C" { -#endif -float fabsf(float); -double fabs(double); -long double fabsl(long double); -#ifdef __cplusplus -} -#endif -#else #include_next <stdlib.h> -#endif #ifdef __cplusplus extern "C++" { |
