mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
As noted in commit f5011c62c3
("fix POLLWRNORM and POLLWRBAND on mips")
m68k uses a different definition.
2 lines
50 B
C
2 lines
50 B
C
#define POLLWRNORM POLLOUT
|
|
#define POLLWRBAND 256
|