You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove some ioctls from being defined for gnu/mips.
Seems like not all arches/c-libraries like having every ioctl defined. These ioctls were previously defined for musl, but not gnu. I similarly had to removed defining an ioctl for x86 that had not been previously defined. Maybe will run into more issues after this one. Maybe need to undefine this ioctol for all arches and not just mips. Plan to squash all commits once done.
0 commit comments