Date: Sun, 2 May 1999 14:13:14 -0400 Message-Id: <199905021813.OAA06944@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Sun, 2 May 1999 19:12:24 +0300 (IDT)) Subject: Re: Windows 9X bug when it runs out of file handles References: Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I think a better solution would be to check for the specific errors that mean "file not found" where calling _creat makes sense. That way, random errors we aren't expecting in the future won't cause problems by slipping thought to _creat.