delorie.com/archives/browse.cgi | search |
Date: | Sun, 26 Aug 2001 10:10:20 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Andrew Cottrell <acottrel AT ihug DOT com DOT au> |
cc: | Charles Sandmann <sandmann AT clio DOT rice DOT edu>, djgpp-workers AT delorie DOT com |
Subject: | Re: Read 3F00 STDIN problem on Win 2K ( was Re: Fseek on STDIN problem on Win 2K) |
In-Reply-To: | <007401c12dd7$7fa4cd50$0a02a8c0@acceleron> |
Message-ID: | <Pine.SUN.3.91.1010826100740.3978G-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Sun, 26 Aug 2001, Andrew Cottrell wrote: > 3) To turn off / on the poposed changes change the folloing line in main() > from 0 to 1 or vice versa. > USE_EXTRA_4201_CALL = 0; The variable USE_EXTRA_4201_CALL is used inside the modified _read. I'd prefer to do that inside lseek, because _read is a heavily used function. Since it appears that _read only has problems when interspersed with seeks, perhaps we should have a workaround in lseek, not in _read. Could you please modify the test sources along these lines and see if the problem is solved?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |