aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-07-13 14:18:33 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-07-18 12:50:13 -0700
commitdd24c1ece4dd49b694588d6d4933879490875a04 (patch)
treebc8f9bbe0f2c6e640b523aec6459dcfd2eb1d522 /include/grpc/impl/codegen/port_platform.h
parent7c467547ba988ae56e05b02220143f4ea6930b91 (diff)
Polish grpcio_health_checking package
-Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
Diffstat (limited to 'include/grpc/impl/codegen/port_platform.h')
-rw-r--r--include/grpc/impl/codegen/port_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h
index 3ad665a7a2..7c67bad5ae 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -119,7 +119,7 @@
// libraries; it should be integrated with the `__linux__` definitions below.
#define GPR_PLATFORM_STRING "manylinux"
#define GPR_POSIX_CRASH_HANDLER 1
-#define GPR_CPU_LINUX 1
+#define GPR_CPU_POSIX 1
#define GPR_GCC_ATOMIC 1
#define GPR_GCC_TLS 1
#define GPR_LINUX 1