[uClibc] [patch] unresolved reference to _stdlib_strto_ll

Manuel Novoa III mjn3 at codepoet.org
Sat Sep 13 16:12:03 UTC 2003


Hello,

On Sun, Sep 14, 2003 at 12:06:23AM +0900, Atsushi Nemoto wrote:
> In stdlib.c, definition of _stdlib_strto_ll is enclosed by:
> 	#if defined(ULLONG_MAX) && (LLONG_MAX > LONG_MAX)
> But STRTOUIM in scanf.c uses _stdlib_strto_ll if following condition
> is met.
> 	#ifdef LLONG_MAX
> So there will be unresolved reference if both 'long long' and 'long'
> have same size.

Sorry about that.  Not a situation I tested I'm afraid.  Your fix is
now in cvs.

BTW, what platform are you using?  I suppose I should set up a cross
compiler for future testing purposes.

Manuel



More information about the uClibc mailing list