Undefined symbol: __adjtimex

Ned Ludd solar at gentoo.org
Thu Mar 8 17:25:53 UTC 2007


On Thu, 2007-03-08 at 07:45 -0500, Rob Landley wrote:
> On Wednesday 07 March 2007 2:31 pm, Haren Myneni wrote:
> > 
> > Hi,
> >    Getting undefined symbol : __adjtimex when building xntp package on 
> > MIPS. Is it a known issue?
> 
> Following up on the irc conversation about this:  __adjtimex() is a glibc 
> internal symbol that seems to be a synonym for adjtimex(), and xntp using it 
> seems like a bug.
> 
> That said, it would be easy to add a line:
>   weak_alias(adjtimex, __adjtimex)
> The question is "does Mike think that's a good idea".  (Judgement call time.)

Not in uClibc. xntp should be fixed to not call/rely on the behavior of
the hidden symbols.

-- 
Ned Ludd <solar at gentoo.org>
Gentoo Linux




More information about the uClibc mailing list