mirror of
git://git.musl-libc.org/musl
synced 2024-11-23 10:03:56 +08:00
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:
parent
2de6b42605
commit
b09e3174a6
2
arch/m68k/bits/poll.h
Normal file
2
arch/m68k/bits/poll.h
Normal file
@ -0,0 +1,2 @@
|
||||
#define POLLWRNORM POLLOUT
|
||||
#define POLLWRBAND 256
|
Loading…
Reference in New Issue
Block a user