aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-04-28 14:37:17 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-04-28 14:37:17 -0700
commit81aae44858dc72a55461486d9ea192db25f4b890 (patch)
tree2af2da81809a005a12e175f40b772f45f40bdff8 /include/grpc/impl/codegen/port_platform.h
parent365c52b47e8d322dfc0bdf15ddea2b598f3b4dbb (diff)
parentdc36f4df6aba60275a31227e1d29c4d20b6cadca (diff)
Merge branch 'v1.3.x' into master-upmerge-v1.3.x
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 e12f6f4e99..14e348fadb 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -189,7 +189,7 @@
#ifdef __GLIBC__
#define GPR_POSIX_CRASH_HANDLER 1
#else /* musl libc */
-#define GRPC_MSG_IOVLEN_TYPE int
+#define GPR_MUSL_LIBC_COMPAT 1
#endif
#elif defined(__APPLE__)
#include <Availability.h>