aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-28 16:37:30 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-09 16:32:47 +0200
commit138eea81f9af6e941672301b271f276548f0a58e (patch)
tree3bdc1ffd5f1922536516207b88bfc726fadedfe3 /third_party
parentade414a191954133a8bfbe58a3ef7875e2e2eec1 (diff)
cherrypick fixed version of ares_build.h
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cares/ares_build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cares/ares_build.h b/third_party/cares/ares_build.h
index f94bb2962a..5e3ba9f0d8 100644
--- a/third_party/cares/ares_build.h
+++ b/third_party/cares/ares_build.h
@@ -199,7 +199,7 @@
# define CARES_TYPEOF_ARES_SSIZE_T long
# endif
#else
-# define CARES_TYPEOF_ARES_SSIZE_T ssize_t;
+# define CARES_TYPEOF_ARES_SSIZE_T ssize_t
#endif
typedef CARES_TYPEOF_ARES_SSIZE_T ares_ssize_t;