aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-17 13:31:56 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-17 14:09:14 -0800
commit509aba4f60f790b470bbd44ec5830ea5404ce0df (patch)
treef691f8d73cf9577992f655e2f6f339e9d840dfb4 /src/core/lib
parent66dfcf59190f5e2116edf972196c5107c9d563be (diff)
Fix test builds
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/iomgr/is_epollexclusive_available.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/is_epollexclusive_available.h b/src/core/lib/iomgr/is_epollexclusive_available.h
index 1d2e133a3b..9ae9c5c191 100644
--- a/src/core/lib/iomgr/is_epollexclusive_available.h
+++ b/src/core/lib/iomgr/is_epollexclusive_available.h
@@ -21,6 +21,14 @@
#include <stdbool.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
bool grpc_is_epollexclusive_available(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* GRPC_CORE_LIB_IOMGR_IS_EPOLLEXCLUSIVE_AVAILABLE_H */