fix FIOQSIZE in arm ioctl.h
authorSzabolcs Nagy <nsz@port70.net>
Sun, 3 Jul 2016 15:07:30 +0000 (17:07 +0200)
committerRich Felker <dalias@aerifal.cx>
Sun, 3 Jul 2016 18:54:35 +0000 (14:54 -0400)
commitcd208b0037c60da625fdd1f6a1459bc37115aacd
treeb9dcffc247d37b11a49a65473a0160bc2f292c2e
parent6fce6ca129c34d8975f777216d32cf92e77c18f2
fix FIOQSIZE in arm ioctl.h

arm ioctl.h is the same as the generic one except this macro,
so a workaround solution is used to avoid another ioctl.h copy.
arch/arm/bits/ioctl_fix.h [new file with mode: 0644]
arch/generic/bits/ioctl.h
arch/generic/bits/ioctl_fix.h [new file with mode: 0644]