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

Charles Wilson cygwin@cwilson.fastmail.fm
Sat Jul 23 17:15:00 GMT 2011


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



More information about the Cygwin-apps mailing list