X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Date: Sun, 12 Apr 2009 20:19:59 +0300 From: Eli Zaretskii Subject: Re: mkstemp() declaration In-reply-to: <000b01c9bb64$96fb11d0$2602a8c0@computername> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp-workers AT delorie DOT com Message-id: <83iql9oklc.fsf@gnu.org> References: <000b01c9bb64$96fb11d0$2602a8c0 AT computername> 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 Precedence: bulk > From: "Juan Manuel Guerrero" > Date: Sun, 12 Apr 2009 13:48:25 +0200 > > Here is a new patch taking into account the issues proposed: > - functions prototypes are kept in stdio.h for backward compatibility. > - a note has been added to the .txh files explaining that prototypes are now in > stdlib.h and kept in stdio.h for backward compatibility. > > If there are no objections until tomorrow I will apply the patch. No objections, just a few minor corrections: > +@code{}. This is to archive Single Unix Specification compliance. ^^^^^^^ "achieve" > +To keep backward compatibility to prototypes are also kept in @code{} ^^ ^^^^^^^ "the" and "stdio.h", and please put a comma before "the". > +but there usage are deprecated. ^^^^^ "their". Actually, I would rephrase this, as "their" refers to prototypes, and we aren't deprecating _them_, are we? So but its inclusion to get these two prototypes is deprecated. Thanks for working on this.