m68k: fix POLLWRNORM and POLLWRBAND

As noted in commit f5011c62c3 ("fix POLLWRNORM and POLLWRBAND on mips")
m68k uses a different definition.
This commit is contained in:
Baruch Siach 2024-08-07 08:51:03 +03:00 committed by Rich Felker
parent 2de6b42605
commit b09e3174a6

2
arch/m68k/bits/poll.h Normal file
View File

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