Procházet zdrojové kódy

Fix? older compiler portability

Craig Tiller před 9 roky
rodič
revize
0bf2447699
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/core/lib/iomgr/ev_epollex_linux.c

+ 1 - 1
src/core/lib/iomgr/ev_epollex_linux.c

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