aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/atm_gcc_sync.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-19 15:22:04 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-19 15:22:04 -0700
commit18c77ccfdbb0adc3377557b7de4b1898f3eec3eb (patch)
tree3067b57e3a8764a89f8932727c44016b5fb30261 /include/grpc/impl/codegen/atm_gcc_sync.h
parent6a34067d16d909729aa0860c3dedf8d5af0a6d28 (diff)
Fix pings
Diffstat (limited to 'include/grpc/impl/codegen/atm_gcc_sync.h')
-rw-r--r--include/grpc/impl/codegen/atm_gcc_sync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/atm_gcc_sync.h b/include/grpc/impl/codegen/atm_gcc_sync.h
index 27ae0f63d5..a9e4da3a0f 100644
--- a/include/grpc/impl/codegen/atm_gcc_sync.h
+++ b/include/grpc/impl/codegen/atm_gcc_sync.h
@@ -25,6 +25,7 @@
typedef intptr_t gpr_atm;
#define GPR_ATM_MAX INTPTR_MAX
+#define GPR_ATM_MIN INTPTR_MIN
#define GPR_ATM_COMPILE_BARRIER_() __asm__ __volatile__("" : : : "memory")