www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2001/03/13/05:23:48

Date: Tue, 13 Mar 2001 12:21:42 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: "Mark E." <snowball3 AT bigfoot DOT com>
cc: djgpp-workers AT delorie DOT com
Subject: Re: exit handler for fd_props.c
In-Reply-To: <3AAD63C1.14365.38DA4A@localhost>
Message-ID: <Pine.SUN.3.91.1010313122010.10085R-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 Tue, 13 Mar 2001, Mark E. wrote:

> *************** exit(int status)
> *** 51,56 ****
> --- 54,62 ----
>     /* Do this after the stdio cleanup to let it close off the fopen'd files 
> */
>     if (__FSEXT_exit_hook)
>       __FSEXT_exit_hook();
> + 
> +   if (__fd_properties_cleanup_hook)
> +     __fd_properties_cleanup_hook();

Shouldn't the added code be before __FSEXT_exit_hook?  It seems pretty 
much similar to the stdio cleanup, so should follow the same logic, no?

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019