www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4469BBFC.5030401@email.it> |
Date: | Tue, 16 May 2006 13:48:12 +0200 |
From: | Andrea Pacini <pacionet AT email DOT it> |
Reply-To: | pacionet AT email DOT it |
User-Agent: | Mozilla Thunderbird 1.5.0.2 (Windows/20060308) |
MIME-Version: | 1.0 |
To: | CYGWIN <cygwin AT cygwin DOT com> |
Subject: | ioctl() not implemented |
X-CSIFI-MailScanner-Information: | Please contact Centro Servizi Informatici della Facolta` di Ingegneria for more information |
X-CSIFI-MailScanner: | Found to be clean |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |