aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/iomgr_posix.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-05-15 12:36:10 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-05-15 12:39:50 -0700
commit67ff4053b7fa97dc65157b52fdb0713afb7e8830 (patch)
tree35bcbb7b9f0a1f13a2ca349b47d0fc7b7bbf243a /src/core/lib/iomgr/iomgr_posix.cc
parent03a372238842b87a7aea4cc7f50f2247ae1099ae (diff)
Change existing build system for CFStream
Diffstat (limited to 'src/core/lib/iomgr/iomgr_posix.cc')
-rw-r--r--src/core/lib/iomgr/iomgr_posix.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/iomgr_posix.cc b/src/core/lib/iomgr/iomgr_posix.cc
index 66c9cb7ff7..ca7334c9a4 100644
--- a/src/core/lib/iomgr/iomgr_posix.cc
+++ b/src/core/lib/iomgr/iomgr_posix.cc
@@ -20,7 +20,7 @@
#include "src/core/lib/iomgr/port.h"
-#ifdef GRPC_POSIX_SOCKET
+#ifdef GRPC_POSIX_SOCKET_IOMGR
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/iomgr/ev_posix.h"
@@ -64,4 +64,4 @@ void grpc_set_default_iomgr_platform() {
grpc_set_iomgr_platform_vtable(&vtable);
}
-#endif /* GRPC_POSIX_SOCKET */
+#endif /* GRPC_POSIX_SOCKET_IOMGR */