Fix? older compiler portability

pull/10712/head
Craig Tiller 8 years ago
parent ffe51bd8ad
commit 0bf2447699
  1. 2
      src/core/lib/iomgr/ev_epollex_linux.c

@ -64,7 +64,7 @@
#include "src/core/lib/support/spinlock.h"
#ifndef EPOLLEXCLUSIVE
#define EPOLLEXCLUSIVE (1u << 28)
#define EPOLLEXCLUSIVE (1 << 28)
#endif
/* TODO: sreek: Right now, this wakes up all pollers. In future we should make

Loading…
Cancel
Save