aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_posix.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-28 07:33:13 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-28 07:33:13 -0800
commitb4b8e1efc62c473c18fdf30b647fe850f97fec74 (patch)
treee74cb7be78611bebafe9ca11c573563350cf3861 /src/core/lib/iomgr/ev_posix.h
parent4c8172ed8bde47b7d9af997cd25044ee20d5e7da (diff)
Fix mac build
Localize global_wakeup_fd declarations, instead of trying to share them, so that this bug is less likely to occur in the future.
Diffstat (limited to 'src/core/lib/iomgr/ev_posix.h')
-rw-r--r--src/core/lib/iomgr/ev_posix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_posix.h b/src/core/lib/iomgr/ev_posix.h
index 2fdef06838..cb5832539d 100644
--- a/src/core/lib/iomgr/ev_posix.h
+++ b/src/core/lib/iomgr/ev_posix.h
@@ -183,6 +183,5 @@ void grpc_pollset_set_del_fd(grpc_exec_ctx *exec_ctx,
/* override to allow tests to hook poll() usage */
typedef int (*grpc_poll_function_type)(struct pollfd *, nfds_t, int);
extern grpc_poll_function_type grpc_poll_function;
-extern grpc_wakeup_fd grpc_global_wakeup_fd;
#endif /* GRPC_CORE_LIB_IOMGR_EV_POSIX_H */