Ver Fonte

m68k: fix POLLWRNORM and POLLWRBAND

As noted in commit f5011c62c3 ("fix POLLWRNORM and POLLWRBAND on mips")
m68k uses a different definition.
Baruch Siach há 3 meses atrás
pai
commit
b09e3174a6
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      arch/m68k/bits/poll.h

+ 2 - 0
arch/m68k/bits/poll.h

@@ -0,0 +1,2 @@
+#define POLLWRNORM POLLOUT
+#define POLLWRBAND 256