Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
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
Date: Mon, 24 May 2004 22:11:42 -0400
From: Christopher Faylor <cgf-no-personal-reply-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: _atoll undefined ?!?
Message-ID: <20040525021140.GA12631@coe.bosbc.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <40B220CF.3090206@users.sourceforge.net> <20040524165152.GB28784@coe.bosbc.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20040524165152.GB28784@coe.bosbc.com>
User-Agent: Mutt/1.4.1i

On Mon, May 24, 2004 at 12:51:52PM -0400, Christopher Faylor wrote:
>On Mon, May 24, 2004 at 12:20:31PM -0400, Yaakov Selkowitz wrote:
>>If I'm not mistaken, _atoll should be in libcygwin.a, but I grepped it
>>and it's not there (but atol, strtoll, and the other functions defined
>>in stdlib.h ARE in libcygwin.a).
>
>You are mistaken.  If atoll is not in libcygwin.a then it is not being
>exported.  The fact that it is declared in /usr/include/stdlib.h means
>that it is defined (for some architectures?) in newlib.  Newlib is the
>library that cygwin uses for standard functions like this.  We don't use
>absolutely everything from newlib in cygwin.
>
>PTC.

I've imported atoll into cygwin so it will be available in 1.5.10.

cgf

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

