X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 	tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Nicholas Sherlock <n.sherlock@gmail.com>
Subject:  Using rand_r
Date:  Thu, 14 May 2009 17:27:49 +1200
Lines: 19
Message-ID: <guga4l$5qk$1@ger.gmane.org>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051201 Thunderbird/1.5 Mnenhy/0.7.3.0
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Hey everyone,

I'm trying to use the function rand_r with gcc-4 in Cygwin 1.7, all my 
packages are up to date. It's supposed to be defined in stdlib.h, and I 
can see it there. But if I compile a program which uses it, I get:

warning: implicit declaration of function 'rand_r'.

The reason seems to be the check for #ifndef __STRICT_ANSI__ in 
stdlib.h. Even though I'm compiling with -std=c99, __STRICT_ANSI__ still 
gets declared, so the definition of rand_r is unavailable. This seems to 
be the same problem stated here:

http://sourceware.org/ml/newlib/2007/msg00783.html

Is this a bug or is rand_r supposed to be unavailable with C99?

Cheers,
Nicholas Sherlock


--
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/

