We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The line #define ioctl(fd, func, arg) (ioctl)(fd, func, (int)(arg)) is commented in lib/gcc/i586-wrs-vxworks/7.3.0/include-fixed/ioLib.h .
#define ioctl(fd, func, arg) (ioctl)(fd, func, (int)(arg))
lib/gcc/i586-wrs-vxworks/7.3.0/include-fixed/ioLib.h
The text was updated successfully, but these errors were encountered:
cc @gavanderhoorn I am afraid this is a change that may be required in some header that I was never able to get in the script.
Sorry, something went wrong.
No branches or pull requests
The line
#define ioctl(fd, func, arg) (ioctl)(fd, func, (int)(arg))
is commented inlib/gcc/i586-wrs-vxworks/7.3.0/include-fixed/ioLib.h
.The text was updated successfully, but these errors were encountered: