From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Philippe Chancelier To: gnu-win32@cygnus.com Subject: BUG Date: Mon, 21 Apr 1997 01:26:00 -0000 Message-id: <199704210741.JAA23359@deedee.cergrene> X-SW-Source: 1997-04/msg00358.html Hello, I'm using b17.1 on windows95 A little Bug report : I've a program which checks the type of stdin using isatty(fileno(stdin)) (it works differently if stdin is a tty or not ) Everything works fine when the program is started at bash level bash$ test or test < file but when I use gdb to start my program (gdb) run test < file then the program runs as if stdin was not a file ( it works with gdb on sun-solaris ) Jean-Philippe Chancelier - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request@cygnus.com" with one line of text: "help".