fix POLLWRNORM and POLLWRBAND on mips
authorTrutz Behn <me@trutz.be>
Fri, 13 Feb 2015 17:10:52 +0000 (18:10 +0100)
committerRich Felker <dalias@aerifal.cx>
Wed, 4 Mar 2015 17:09:37 +0000 (12:09 -0500)
commitf5011c62c3329f15652a60b6b2300d7e3f570977
treee26da4a3422fd02af6ac0f8e993c6240f1fad7a3
parente7b9887e8b65253087ab0b209dc8dd85c9f09614
fix POLLWRNORM and POLLWRBAND on mips

these macros have the same distinct definition on blackfin, frv, m68k,
mips, sparc and xtensa kernels. POLLMSG and POLLRDHUP additionally
differ on sparc.
arch/arm/bits/poll.h [new file with mode: 0644]
arch/i386/bits/poll.h [new file with mode: 0644]
arch/microblaze/bits/poll.h [new file with mode: 0644]
arch/mips/bits/poll.h [new file with mode: 0644]
arch/or1k/bits/poll.h [new file with mode: 0644]
arch/powerpc/bits/poll.h [new file with mode: 0644]
arch/sh/bits/poll.h [new file with mode: 0644]
arch/x32/bits/poll.h [new file with mode: 0644]
arch/x86_64/bits/poll.h [new file with mode: 0644]
include/poll.h