mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
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.
This commit is contained in:
parent
6fce6ca129
commit
cd208b0037
3 changed files with 4 additions and 0 deletions
2
arch/arm/bits/ioctl_fix.h
Normal file
2
arch/arm/bits/ioctl_fix.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
#undef FIOQSIZE
|
||||
#define FIOQSIZE 0x545e
|
|
@ -200,3 +200,5 @@ struct winsize {
|
|||
|
||||
#define SIOCDEVPRIVATE 0x89F0
|
||||
#define SIOCPROTOPRIVATE 0x89E0
|
||||
|
||||
#include <bits/ioctl_fix.h>
|
||||
|
|
0
arch/generic/bits/ioctl_fix.h
Normal file
0
arch/generic/bits/ioctl_fix.h
Normal file
Loading…
Add table
Reference in a new issue