uClibc buildlog for 20060919 snapshot (svn r16143)

Mike Frysinger vapier at gentoo.org
Sat Sep 23 03:46:25 UTC 2006


On Friday 22 September 2006 12:40, Peter Kjellerstedt wrote:
> > the C_SYMBOL_NAME(errno) is expanding to just 'errno' ... the
> > .s looks like:
> >
> >  .globl errno
> >  .type errno, at object
> >  .lcomm errno,4
> >
> >  .weak errno
> >  errno = _errno
> >
> > and we can quickly see where the trouble is :)
>
> Not exactly "quickly", but as far as I can tell the code above fills
> no function, and the library built just fine without it (even when
> I disabled thread support), so I just removed all of it...

errno is not supposed to be a real object ... if it were, having a per-thread 
errno value wouldnt really be doable ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20060922/0d4977a1/attachment-0002.pgp 


More information about the uClibc mailing list