mirror of https://git.musl-libc.org/git/musl
Browse Source
As noted in commit f5011c62c3 ("fix POLLWRNORM and POLLWRBAND on mips")
m68k uses a different definition.
master
committed by
Rich Felker
1 changed files with 2 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
#define POLLWRNORM POLLOUT |
|||
#define POLLWRBAND 256 |
|||
Loading…
Reference in new issue