diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-04 23:23:08 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-04 23:23:08 -0700 |
commit | 086f91cab6d32dc5b0609cf3735937309f04b18d (patch) | |
tree | fdf5b4824461e8f3fa2ed238bb6a420867c08f1a /src/core/lib/iomgr | |
parent | 0d2a0ae7c5a2603976ee0133bcd306afe7f63e08 (diff) |
Fix include guards
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r-- | src/core/lib/iomgr/ev_poll_posix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/iomgr/ev_poll_posix.h b/src/core/lib/iomgr/ev_poll_posix.h index 6acf50db08..291736a2db 100644 --- a/src/core/lib/iomgr/ev_poll_posix.h +++ b/src/core/lib/iomgr/ev_poll_posix.h @@ -31,11 +31,11 @@ * */ -#ifndef GRPC_INTERNAL_CORE_IOMGR_EV_POLL_POSIX_H -#define GRPC_INTERNAL_CORE_IOMGR_EV_POLL_POSIX_H +#ifndef GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H +#define GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H #include "src/core/lib/iomgr/ev_posix.h" const grpc_event_engine_vtable *grpc_init_poll_posix(void); -#endif // GRPC_INTERNAL_CORE_IOMGR_EV_POLL_AND_EPOLL_POSIX_H +#endif /* GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H */ |