X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 13 May 2008 09:59:07 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: initstate/setstate Message-ID: <20080513075907.GA22677@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4827A1F6 DOT 7020908 AT users DOT sourceforge DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4827A1F6.7020908@users.sourceforge.net> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On May 11 20:48, Yaakov (Cygwin Ports) wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Apparently cygwin has exported initstate and setstate for over ten years > (see winsup/cygwin/ChangeLog-1997), but I can't find a header definition > for it in 1.5.25-11. POSIX requires these to be declared in . stdlib.h is a newlib file. You could just send a patch to the newlib mailing list. > Also, the signatures seem to differ slightly. winsup/cygwin/random.cc > declares these as: > > char *initstate(unsigned long seed, char *arg_state, long n); > char *setstate(char *state); > > but POSIX requires: > > char *initstate(unsigned seed, char *state, size_t size); > char *setstate(const char *state); > > Could someone please clarify? I'll align the Cygwin functions with POSIX. Thanks for the report, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/