This is a discussion on ioctl porting - VxWorks ; HI. I'm trying to compile VxWorks code in a Windows environment. How can I translate the lines: ioctl(fd,FIONREAD,(int)&unreadCount) ; ioctl(fd,FIOGETOPTIONS,0) ; Thanks, Udi....
HI.
I'm trying to compile VxWorks code in a Windows environment.
How can I translate the lines:
ioctl(fd,FIONREAD,(int)&unreadCount) ;
ioctl(fd,FIOGETOPTIONS,0) ;
Thanks,
Udi.