提交 cd208b00 编写于 作者: S Szabolcs Nagy 提交者: Rich Felker

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.
上级 6fce6ca1
#undef FIOQSIZE
#define FIOQSIZE 0x545e
...@@ -200,3 +200,5 @@ struct winsize { ...@@ -200,3 +200,5 @@ struct winsize {
#define SIOCDEVPRIVATE 0x89F0 #define SIOCDEVPRIVATE 0x89F0
#define SIOCPROTOPRIVATE 0x89E0 #define SIOCPROTOPRIVATE 0x89E0
#include <bits/ioctl_fix.h>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册