| delorie.com/archives/browse.cgi | search |
| From: | rminnich AT sarnoff DOT com ("Ron G. Minnich") |
| Subject: | Re: gcc for WinNT |
| 7 Mar 1997 09:32:23 -0800 : | |
| Approved: | cygnus DOT gnu-win32 AT cygnus DOT com |
| Distribution: | cygnus |
| Message-ID: | <Pine.SUN.3.91.970307080553.29823B-100000.cygnus.gnu-win32@terra> |
| Mime-Version: | 1.0 |
| X-Sender: | rminnich AT terra |
| Original-To: | Jim Balter <jqb AT netcom DOT com> |
| Original-cc: | Leong Kok Yong <kokyong AT irdu DOT nus DOT sg>, gnu-win32 AT cygnus DOT com |
| In-Reply-To: | <331F9545.692A@netcom.com> |
| Original-Sender: | owner-gnu-win32 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help".
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |