aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/atm_gcc_atomic.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-04 08:00:55 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-04 08:00:55 -0700
commit29ebc575546481a8bb4d10b9bb6c18c510f349af (patch)
tree5b7a9fde57fd4f0de05b07a22f26463870f554ff /include/grpc/impl/codegen/atm_gcc_atomic.h
parent0e101ea8a3971f498cea4ac9b41e2a0483fefaa3 (diff)
parentad286c35da683ab2e1e60c1d6fd41a75a5c5cf6f (diff)
Merge branch 'minimal' into minimal_test
Diffstat (limited to 'include/grpc/impl/codegen/atm_gcc_atomic.h')
-rw-r--r--include/grpc/impl/codegen/atm_gcc_atomic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/atm_gcc_atomic.h b/include/grpc/impl/codegen/atm_gcc_atomic.h
index a486258c77..d52975ce97 100644
--- a/include/grpc/impl/codegen/atm_gcc_atomic.h
+++ b/include/grpc/impl/codegen/atm_gcc_atomic.h
@@ -39,6 +39,7 @@
#include <grpc/impl/codegen/port_platform.h>
typedef intptr_t gpr_atm;
+#define GPR_ATM_MAX INTPTR_MAX
#ifdef GPR_LOW_LEVEL_COUNTERS
extern gpr_atm gpr_counter_atm_cas;