From 55ccc1f4b354efe38b89a89e970ce66d3242cd38 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Mon, 17 Aug 2020 16:31:48 -0700 Subject: [PATCH] Enable GPR_ABSEIL_SYNC on Apple --- include/grpc/impl/codegen/port_platform.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h index c1bada11df5..a059d5488a7 100644 --- a/include/grpc/impl/codegen/port_platform.h +++ b/include/grpc/impl/codegen/port_platform.h @@ -31,12 +31,7 @@ * Defines GPR_ABSEIL_SYNC to use synchronization features from Abseil */ #ifndef GPR_ABSEIL_SYNC -#if defined(__APPLE__) -// This is disabled on Apple platforms because macos/grpc_basictests_c_cpp -// fails with this. https://github.com/grpc/grpc/issues/23661 -#else #define GPR_ABSEIL_SYNC 1 -#endif #endif // GPR_ABSEIL_SYNC /* Get windows.h included everywhere (we need it) */