iit-danieli-joint-lab / idjl-gcc-vxworks

Helpers script to compile a version of GCC that crosscompiles to VxWorks.
4 stars 3 forks source link

Document ioctl workaround #17

Open traversaro opened 4 years ago

traversaro commented 4 years ago

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 .

traversaro commented 3 years ago

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.