gcc for WinNT
Ron G. Minnich
rminnich@sarnoff.com
Fri Mar 7 08:08:00 GMT 1997
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".
More information about the Cygwin
mailing list