Skip to content
Snippets Groups Projects
Commit f70fe1df authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix mac build

parent 93f307a9
No related branches found
No related tags found
No related merge requests found
......@@ -1328,7 +1328,7 @@ const grpc_event_engine_vtable *grpc_init_epoll_thread_pool_linux(
#include "src/core/lib/iomgr/ev_posix.h"
/* If GRPC_LINUX_EPOLL is not defined, it means epoll is not available. Return
* NULL */
const grpc_event_engine_vtable *grpc_init_epoll_linux(
const grpc_event_engine_vtable *grpc_init_epoll_thread_pool_linux(
bool requested_explicitly) {
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment