aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/internal_errqueue.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-08-13 10:48:41 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-08-13 10:48:41 -0700
commit0ec6973b743e8e1f463bdcc8691e1869097c92f0 (patch)
treebb708a0be46086f94c8209118bbf1bd61580843e /src/core/lib/iomgr/internal_errqueue.cc
parent0d757a659fd24ecfed801614565d2408e2e302fc (diff)
Revert semantic changes for fd_notify_on_*
Diffstat (limited to 'src/core/lib/iomgr/internal_errqueue.cc')
-rw-r--r--src/core/lib/iomgr/internal_errqueue.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/internal_errqueue.cc b/src/core/lib/iomgr/internal_errqueue.cc
index 3f3da66840..8823737e49 100644
--- a/src/core/lib/iomgr/internal_errqueue.cc
+++ b/src/core/lib/iomgr/internal_errqueue.cc
@@ -30,7 +30,7 @@
bool kernel_supports_errqueue() {
#ifdef LINUX_VERSION_CODE
-#if LINUX_VERSION_CODE <= KERNEL_VERSION(4, 0, 0)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)
return true;
#endif /* LINUX_VERSION_CODE <= KERNEL_VERSION(4, 0, 0) */
#endif /* LINUX_VERSION_CODE */