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>
Mon, 30 Mar 2015 05:57:32 +0000 (01:57 -0400)
commit14b14fa765fb136f129af9b7e844c651a5c4383e
tree62974b0c6d4509299d4e4107ae0df50d51216598
parent99c10bf85f4ed893a6712e31da382a58afcbd1ea
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.

(cherry picked from commit f5011c62c3329f15652a60b6b2300d7e3f570977)
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/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