Skip to content
Snippets Groups Projects
Commit 2d03e042 authored by Vijay Pai's avatar Vijay Pai
Browse files

Revert "Make this compile on mac by adding in header files currently used for posix,"

This reverts commit 883ae174.
parent dbc0f594
No related branches found
No related tags found
No related merge requests found
...@@ -37,12 +37,11 @@ ...@@ -37,12 +37,11 @@
*/ */
#include <grpc/support/port_platform.h> #include <grpc/support/port_platform.h>
#include "src/core/iomgr/wakeup_fd_posix.h"
#include "src/core/iomgr/wakeup_fd_pipe.h"
#include <stddef.h>
#ifndef GPR_POSIX_HAS_SPECIAL_WAKEUP_FD #ifndef GPR_POSIX_HAS_SPECIAL_WAKEUP_FD
#include "src/core/iomgr/wakeup_fd.h"
static int check_availability_invalid(void) { static int check_availability_invalid(void) {
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment