From: rminnich@sarnoff.com ("Ron G. Minnich")
Subject: Re: gcc for WinNT
7 Mar 1997 09:32:23 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.SUN.3.91.970307080553.29823B-100000.cygnus.gnu-win32@terra>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender: rminnich@terra
Original-To: Jim Balter <jqb@netcom.com>
Original-cc: Leong Kok Yong <kokyong@irdu.nus.sg>, gnu-win32@cygnus.com
In-Reply-To: <331F9545.692A@netcom.com>
Original-Sender: owner-gnu-win32@cygnus.com


On Thu, 6 Mar 1997, Jim Balter wrote:
> When reading in text mode, cygwin deletes CRs but neglects to read
> more to fill out the buffer.

reading in text mode? this is a simple 
int fd = open("file", O_RDONLY);
fd = read(blah blah)

How do you control text mode from that? new options or an fcntl? 
ron
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
