This is the mail archive of the
cygwin
mailing list for the Cygwin project.
ioctl() not implemented
- From: Andrea Pacini <pacionet at email dot it>
- To: CYGWIN <cygwin at cygwin dot com>
- Date: Tue, 16 May 2006 13:48:12 +0200
- Subject: ioctl() not implemented
- Reply-to: pacionet at email dot it
I am compiling a Linux app under Cygwin and I get the following error:
ioctl: Function not implemented
How can I solve it ?
The function is called 2 times:
if((err = ioctl(fd, TUNSETIFF, (void *) &ifr)) < 0 ){
close(fd);
return err;
}
[...]
if(ioctl(fd, TIOCMBIS, &i) == -1) err(1, "ioctl");
Thanks
Andrea
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/