This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

BUG




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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]