aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2017-05-04 10:44:03 -0700
committerGravatar GitHub <noreply@github.com>2017-05-04 10:44:03 -0700
commitc2ad372d43c1fd31d9e9dabb8a5481c641b9a81a (patch)
tree052dbd8af8d4d0b0f296185a329ad2336ca3db83 /include/grpc
parentcbecd7260995383537bd63e91bf53939ddb6e3bf (diff)
parent46758c39101395a757a7883b4e8108b39193cafb (diff)
Merge pull request #10912 from dgquintas/trying-to-fix-stuff
Upmerge from 1.3.0 to master
Diffstat (limited to 'include/grpc')
-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>