Date: Sun, 29 Sep 1996 15:32:03 +0200 (IST) From: Eli Zaretskii To: DJ Delorie Cc: djgpp-workers AT delorie DOT com Subject: Re: `abort' in nested programs In-Reply-To: <199609291325.JAA18970@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 29 Sep 1996, DJ Delorie wrote: > Things that *must* be cleaned up on program exit must be called in > _exit(), and *not* exit(). I think that call should be moved, not > copied, to _exit. So the call to `atexit' on go32/dpmiexcp.c should be also undone. I can submit the patches if necessary.