Mail Archives: cygwin/1998/03/07/16:33:53
I seem to remember that I had the same problem originally on b18. Any
ideas anyone?
#include <termio.h>
struct termio tbuf;
main()
{
if (ioctl(0, TCGETA, &tbuf) == -1){
perror("ioctl (TCGETA) fail"); /* THIS IS TRIGGORED */
exit(1);
}
printf("ioctl ok\n");
exit(0);
Ian Collins.
System Manager.
KIWIPLAN NZ.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -