On Thu, 29 Aug 2002, Terry Lambert wrote:

> Daniel Eischen wrote:
> > -stable already has flockfile and friends in both libc and libc_r.
> > The only work in porting -current's libc_r to -stable in this
> > case is to keep libc_r's uthread_file.c which implements them.
> 
> Whoops!  That's what I get for assuming, based on the error
> message, instead of trusting the code!
> 
> I see the weak symbol.
> 
> How is it that he's getting an "undefined symbol"?!?

He's porting -current's lack of uthread_file.c ;-)  In -current,
flockfile and friends are in libc.  That's not the case in -stable,
so by removing uthread_file.c in -stable, you also remove the
symbols within it.

-- 
Dan Eischen


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to