Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Enabled GPR_ABSEIL_SYNC on Apple (grpc#25841)
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush authored Apr 8, 2021
1 parent b2f91ee commit cb9889d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/grpc/impl/codegen/port_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit cb9889d

Please sign in to comment.