mirror of
https://git.musl-libc.org/git/musl
synced 2026-01-26 08:07:52 +00: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…
x
Reference in New Issue
Block a user