mirror of git://git.musl-libc.org/musl
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
|
@ -0,0 +1,2 @@
|
|||
#define POLLWRNORM POLLOUT
|
||||
#define POLLWRBAND 256
|
Loading…
Reference in New Issue