Undefined symbol: __adjtimex

Rob Landley rob at landley.net
Thu Mar 8 12:45:24 UTC 2007


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.)

Rob
-- 
Vista: Windows Millenium Second Edition



More information about the uClibc mailing list