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:
committed by
Rich Felker
parent
6fce6ca129
commit
cd208b0037
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user