This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rebase] Add a rebase database to keep track of DLL addresses


On 7/23/2011 1:01 PM, Charles Wilson wrote:
> On 7/23/2011 6:11 AM, Corinna Vinschen wrote:
>> Does it have strtoll?  It should have since the function is available
>> in Cygwin since October 2001, which means it was available in Cygwin
>> 1.3.4 already.  Msys has been forked after that, afaics.
>>
>> So, if we have strtoll, you could simply use that and cast the result to
>> uint64_t, rather than to paste some external strtoull implementation.
> 
> No, it doesn't have strtoll:

Instead of adding it to rebase.c, I could make a new file and add it to
LIBOBJS for msys, like we do with getopt_long.

--
Chuck


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]