mirror of https://git.musl-libc.org/git/musl
Browse Source
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.master
committed by
Rich Felker
3 changed files with 4 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
#undef FIOQSIZE |
|||
#define FIOQSIZE 0x545e |
|||
Loading…
Reference in new issue